opentelemetry_semantic_conventions::metric

Constant GO_MEMORY_ALLOCATIONS

source
pub const GO_MEMORY_ALLOCATIONS: &str = "go.memory.allocations";
Expand description

§Description

Count of allocations to the heap by the application.

§Notes

Computed from /gc/heap/allocs:objects

§Metadata

Instrument:counter
Unit:{allocation}
Status:Experimental