Skip to main content

GO_CPU_DETAILED_STATE

Constant GO_CPU_DETAILED_STATE 

pub const GO_CPU_DETAILED_STATE: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

The detailed state of the CPU.

§Notes

Value SHOULD match the specific CPU class reported by the Go runtime under /cpu/classes/.... The list of possible values is subject to change with the Go version used.

§Examples

  • "gc/pause"
  • "gc/mark/assist"