Jvm Attributes

6 attributes in this category. 6 stable

Stable Attributes

jvm.gc.action

string PII: Maybe OTel: True

Name of the garbage collector action.

Example end of minor GC
Changelog
v0.1.0 #127
v0.0.0
Raw JSON
{
  "key": "jvm.gc.action",
  "brief": "Name of the garbage collector action.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "end of minor GC",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        127
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

jvm.gc.name

string PII: Maybe OTel: True

Name of the garbage collector.

Example G1 Young Generation
Changelog
v0.1.0 #127
v0.0.0
Raw JSON
{
  "key": "jvm.gc.name",
  "brief": "Name of the garbage collector.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "G1 Young Generation",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        127
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

jvm.memory.pool.name

string PII: Maybe OTel: True

Name of the memory pool.

Example G1 Old Gen
Changelog
v0.1.0 #127
v0.0.0
Raw JSON
{
  "key": "jvm.memory.pool.name",
  "brief": "Name of the memory pool.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "G1 Old Gen",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        127
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

jvm.memory.type

string PII: Maybe OTel: True

Name of the memory pool.

Example G1 Old Gen
Changelog
v0.1.0 #127
v0.0.0
Raw JSON
{
  "key": "jvm.memory.type",
  "brief": "Name of the memory pool.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "G1 Old Gen",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        127
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

jvm.thread.daemon

boolean PII: False OTel: True

Whether the thread is daemon or not.

Example true
Changelog
v0.0.0
Raw JSON
{
  "key": "jvm.thread.daemon",
  "brief": "Whether the thread is daemon or not.",
  "type": "boolean",
  "pii": {
    "key": "false"
  },
  "is_in_otel": true,
  "example": true,
  "changelog": [
    {
      "version": "0.0.0"
    }
  ]
}

jvm.thread.state

string PII: Maybe OTel: True

State of the thread.

Example blocked
Changelog
v0.1.0 #127
v0.0.0
Raw JSON
{
  "key": "jvm.thread.state",
  "brief": "State of the thread.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "blocked",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        127
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}