Thread Attributes

2 attributes in this category. 2 stable

Stable Attributes

thread.id

integer PII: False OTel: True

Current “managed” thread ID.

Example 56
Changelog
v0.0.0
Raw JSON
{
  "key": "thread.id",
  "brief": "Current “managed” thread ID.",
  "type": "integer",
  "pii": {
    "key": "false"
  },
  "is_in_otel": true,
  "example": 56,
  "changelog": [
    {
      "version": "0.0.0"
    }
  ]
}

thread.name

string PII: Maybe OTel: True

Current thread name.

Example main
Changelog
v0.1.0 #127
v0.0.0
Raw JSON
{
  "key": "thread.name",
  "brief": "Current thread name.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "main",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        127
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}