Thread Attributes

2 attributes in this category. 2 stable

Stable Attributes

thread.id

integer PII: False OTel: True

Current “managed” thread ID.

Example 56
Raw JSON
{
  "key": "thread.id",
  "brief": "Current “managed” thread ID.",
  "type": "integer",
  "pii": {
    "key": "false"
  },
  "is_in_otel": true,
  "example": 56
}

thread.name

string PII: Maybe OTel: True

Current thread name.

Example main
Raw JSON
{
  "key": "thread.name",
  "brief": "Current thread name.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "main"
}