Constant JVM_THREAD_STATE

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

State of the thread.

§Notes

§Examples

  • "runnable"
  • "blocked"