opentelemetry_semantic_conventions::metric

Constant GO_MEMORY_LIMIT

source
pub const GO_MEMORY_LIMIT: &str = "go.memory.limit";
Expand description

§Description

Go runtime memory limit configured by the user, if a limit exists.

§Notes

Computed from /gc/gomemlimit:bytes. This metric is excluded if the limit obtained from the Go runtime is math.MaxInt64

§Metadata

Instrument:updowncounter
Unit:By
Status:Experimental