opentelemetry_semantic_conventions::metricConstant 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
| |
Instrument: | counter |
Unit: | {allocation} |
Status: | Experimental |