Jvm Attributes

6 attributes in this category.6 stable

6 attributes

Stable Attributes

jvm.gc.action

stringScrub: ManualVisibility: PublicOTel: True

Name of the garbage collector action.

Exampleend 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",
  "apply_scrubbing": {
    "key": "manual"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": "end of minor GC",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        127
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

jvm.gc.name

stringScrub: ManualVisibility: PublicOTel: True

Name of the garbage collector.

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

jvm.memory.pool.name

stringScrub: ManualVisibility: PublicOTel: True

Name of the memory pool.

ExampleG1 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",
  "apply_scrubbing": {
    "key": "manual"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": "G1 Old Gen",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        127
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

jvm.memory.type

stringScrub: ManualVisibility: PublicOTel: True

Name of the memory pool.

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

jvm.thread.daemon

booleanScrub: ManualVisibility: PublicOTel: True

Whether the thread is daemon or not.

Exampletrue
Changelog
v0.0.0
Raw JSON
{
  "key": "jvm.thread.daemon",
  "brief": "Whether the thread is daemon or not.",
  "type": "boolean",
  "apply_scrubbing": {
    "key": "manual"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": true,
  "changelog": [
    {
      "version": "0.0.0"
    }
  ]
}

jvm.thread.state

stringScrub: ManualVisibility: PublicOTel: True

State of the thread.

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