Constant GO_CPU_TIME
pub const GO_CPU_TIME: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
Estimated CPU time spent by the Go runtime.
§Notes
Computed from /cpu/classes/... metrics. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other go.cpu.time metrics
§Metadata
| Instrument: | counter |
| Unit: | s |
| Status: | Development |
§Attributes
| Name | Requirement |
|---|---|
crate::attribute::GO_CPU_DETAILED_STATE | Opt_in |
crate::attribute::GO_CPU_STATE | Required |