Module: OpenTelemetry::SemConv::Incubating::THREAD

Defined in:
lib/opentelemetry/semconv/incubating/thread/attributes.rb

Attribute Names collapse

THREAD_ID =
Note:

Stability Level: development

Current “managed” thread ID (as opposed to OS thread ID).

Examples:

Sample Values

42
'thread.id'
THREAD_NAME =
Note:

Stability Level: development

Current thread name.

Examples:

Sample Values

main
'thread.name'