opentelemetry_semantic_conventions::attribute

Constant JVM_THREAD_STATE

Source
pub const JVM_THREAD_STATE: &str = "jvm.thread.state";
Expand description

State of the thread.

ยงExamples

  • "runnable"
  • "blocked"