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
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"
}

jvm.gc.name

string PII: Maybe OTel: True

Name of the garbage collector.

Example G1 Young Generation
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"
}

jvm.memory.pool.name

string PII: Maybe OTel: True

Name of the memory pool.

Example G1 Old Gen
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"
}

jvm.memory.type

string PII: Maybe OTel: True

Name of the memory pool.

Example G1 Old Gen
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"
}

jvm.thread.daemon

boolean PII: False OTel: True

Whether the thread is daemon or not.

Example true
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
}

jvm.thread.state

string PII: Maybe OTel: True

State of the thread.

Example blocked
Raw JSON
{
  "key": "jvm.thread.state",
  "brief": "State of the thread.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "blocked"
}