semantic-conventions/model/go/registry.yaml

24 lines
853 B
YAML

groups:
- id: registry.go
type: attribute_group
display_name: Go Attributes
brief: >
This document defines Go related attributes.
attributes:
- id: go.memory.type
stability: development
type:
members:
- id: stack
value: 'stack'
brief: 'Memory allocated from the heap that is reserved for stack space, whether or not it is currently in-use.'
note: >
Computed from `/memory/classes/heap/stacks:bytes`.
stability: development
- id: other
value: 'other'
brief: 'Memory used by the Go runtime, excluding other categories of memory usage described in this enumeration.'
stability: development
brief: The type of memory.
examples: ["other", "stack"]