Class GoIncubatingAttributes.GoMemoryTypeIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.GoIncubatingAttributes.GoMemoryTypeIncubatingValues
- Enclosing class:
- GoIncubatingAttributes
Values for
GoIncubatingAttributes.GO_MEMORY_TYPE.-
Field Summary
Fields -
Method Summary
-
Field Details
-
STACK
Memory allocated from the heap that is reserved for stack space, whether or not it is currently in-use.- See Also:
-
OTHER
Memory used by the Go runtime, excluding other categories of memory usage described in this enumeration.- See Also:
-