Go

Go Attributes

This document defines Go related attributes.

AttributeTypeDescriptionExamplesStability
go.memory.typestringThe type of memory.other; stackExperimental

go.memory.type has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.

ValueDescriptionStability
otherMemory used by the Go runtime, excluding other categories of memory usage described in this enumeration.Experimental
stackMemory allocated from the heap that is reserved for stack space, whether or not it is currently in-use. [1]Experimental

[1]: Computed from /memory/classes/heap/stacks:bytes.