jvm.thread.state
Stableenumas of v1.44.0
State of the thread.
Examples
- runnable
- blocked
Values (6)
newA thread that has not yet started is in this state.runnableA thread executing in the Java virtual machine is in this state.blockedA thread that is blocked waiting for a monitor lock is in this state.waitingA thread that is waiting indefinitely for another thread to perform a particular action is in this state.timed_waitingA thread that is waiting for another thread to perform an action for up to a specified waiting time is in this state.terminatedA thread that has exited is in this state.
Used by
metrics (1)
- jvm.thread.count
* required on that signal.
History
Already present at v1.30.0, the oldest release tracked here (stable).