mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
The pprof `allocs` profile is identical to the `heap` profile, just with a different default view. Collecting only one of the two is sufficient to view all of `alloc_objects`, `alloc_space`, `inuse_objects`, and `inuse_space`, and collecting only one means that both views will be of the same profile. Also improve the docstrings on the goroutine profiles explaining what's in each so that it's clear why we might want all of debug=0, debug=1, and debug=2.
4 lines
97 B
Plaintext
4 lines
97 B
Plaintext
```release-note:improvement
|
|
cli: Collect only one heap profile per `operator debug` interval
|
|
```
|