opentelemetry_semantic_conventions::metric

Constant GO_MEMORY_USED

source
pub const GO_MEMORY_USED: &str = "go.memory.used";
Expand description

§Description

Memory used by the Go runtime.

§Notes

Computed from (/memory/classes/total:bytes - /memory/classes/heap/released:bytes)

§Metadata

Instrument:updowncounter
Unit:By
Status:Experimental

§Attributes

NameRequirement
crate::attribute::GO_MEMORY_TYPERecommended