-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
command/server: add support to write pprof files to the filesystem vi…
…a SIGUSR2 (#20609) (#20620) * core/server: add support to write pprof files to the filesystem via SIGUSR2 * changelog * Fix filepath join * Use core logger * Simplify logic * Break on error Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
- Loading branch information
1 parent
3127e77
commit 15cde29
Showing
2 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
```release-note:improvement | ||
command/server: Add support for dumping pprof files to the filesystem via SIGUSR2 when | ||
`VAULT_PPROF_WRITE_TO_FILE=true` is set on the server. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters