go.memory.type
Developmentenumas of v1.44.0
The type of memory.
Examples
- other
- stack
Values (2)
stackMemory allocated from the heap that is reserved for stack space, whether or not it is currently in-use.otherMemory used by the Go runtime, excluding other categories of memory usage described in this enumeration.
Used by
metrics (1)
- go.memory.used
* required on that signal.
History
Stability label respelled from experimental to development.
Already present at v1.30.0, the oldest release tracked here (experimental).