{"source":"semconv","version":"1.44.0","attribute":{"id":"jvm.thread.state","type":"enum","enumMembers":[{"id":"new","value":"new","stability":"stable","brief":"A thread that has not yet started is in this state."},{"id":"runnable","value":"runnable","stability":"stable","brief":"A thread executing in the Java virtual machine is in this state."},{"id":"blocked","value":"blocked","stability":"stable","brief":"A thread that is blocked waiting for a monitor lock is in this state."},{"id":"waiting","value":"waiting","stability":"stable","brief":"A thread that is waiting indefinitely for another thread to perform a particular action is in this state."},{"id":"timed_waiting","value":"timed_waiting","stability":"stable","brief":"A thread that is waiting for another thread to perform an action for up to a specified waiting time is in this state."},{"id":"terminated","value":"terminated","stability":"stable","brief":"A thread that has exited is in this state."}],"stability":"stable","brief":"State of the thread.","examples":["runnable","blocked"],"namespace":"jvm","definedIn":"model/jvm/registry.yaml","usedBy":[{"groupId":"metric.jvm.thread.count","groupType":"metric","signalName":"jvm.thread.count","requirementLevel":"recommended"}]},"history":[{"version":"1.30.0","publishedAt":"2025-01-24T19:11:42Z","kind":"first-seen","detail":"Already present at v1.30.0, the oldest release tracked here (stable)."}],"replaces":[]}