Files
vault/changelog/27510.txt
Jason O'Donnell fe1f36a1dc Add SIGUSR2 pprof to agent and proxy (#27510)
* Add SIGUSR2 pprof to agent

* changelog

* Update command/agent.go

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>

* Update command/agent.go

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>

* Add to proxy, update tests

* Fix path

* Changelog

* dry

* choose one error style

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-06-17 17:10:00 +00:00

7 lines
202 B
Plaintext

```release-note:improvement
agent: Add the ability to dump pprof to the filesystem using SIGUSR2
```
```release-note:improvement
proxy: Add the ability to dump pprof to the filesystem using SIGUSR2
```