Constant opentelemetry_semantic_conventions::metric::GO_MEMORY_USED
source · pub const GO_MEMORY_USED: &str = "go.memory.used";
Expand description
§Description
Memory used by the Go runtime.
Computed from (/memory/classes/total:bytes - /memory/classes/heap/released:bytes)
.
§Metadata
Instrument: | updowncounter |
Unit: | By |
Status: | Experimental |
§Attributes
Name | Requirement |
---|---|
crate::attribute::GO_MEMORY_TYPE | Recommended |