go.memory.detailed_type
Developmentstringas of v1.44.0
The detailed type of memory.
Value SHOULD match the specific memory class reported by the Go runtime under /memory/classes/.... The list of possible values is subject to change with the Go version used.
Examples
- heap/objects
- heap/free
Used by
metrics (1)
- go.memory.used (opt-in)
* required on that signal.
History
Added as development.