General thread attributes - Java's Thread.currentThread().getId()
is deprecated
#1375
Labels
Thread.currentThread().getId()
is deprecated
#1375
Thread.currentThread().getId()
is deprecated since java 19. There is aThread.currentThread().threadId()
instead.Originally posted by @johantiden in open-telemetry/opentelemetry-specification#789 (comment)
This would need to be updated in https://github.com/open-telemetry/semantic-conventions/blob/main/docs/general/attributes.md#general-thread-attributes.
The text was updated successfully, but these errors were encountered: