Art Attributes

11 attributes in this category. 11 stable

11 attributes

Stable Attributes

art.gc.blocking_count

integer PII: False Visibility: Public OTel: False

Total number of blocking (stop-the-world) garbage collections performed by the Android Runtime

Example 1
Changelog
next #382 Added art.gc.blocking_count attribute
Raw JSON
{
  "key": "art.gc.blocking_count",
  "brief": "Total number of blocking (stop-the-world) garbage collections performed by the Android Runtime",
  "type": "integer",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 1,
  "changelog": [
    {
      "version": "next",
      "prs": [
        382
      ],
      "description": "Added art.gc.blocking_count attribute"
    }
  ]
}

art.gc.blocking_time

double PII: False Visibility: Public OTel: False

Total time spent in blocking (stop-the-world) garbage collections by the Android Runtime, in milliseconds

Example 11.873
Changelog
next #382 Added art.gc.blocking_time attribute
Raw JSON
{
  "key": "art.gc.blocking_time",
  "brief": "Total time spent in blocking (stop-the-world) garbage collections by the Android Runtime, in milliseconds",
  "type": "double",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 11.873,
  "changelog": [
    {
      "version": "next",
      "prs": [
        382
      ],
      "description": "Added art.gc.blocking_time attribute"
    }
  ]
}

art.gc.pre_oome_count

integer PII: False Visibility: Public OTel: False

Total number of garbage collections triggered as a last resort before an OutOfMemoryError by the Android Runtime

Example 0
Changelog
next #382 Added art.gc.pre_oome_count attribute
Raw JSON
{
  "key": "art.gc.pre_oome_count",
  "brief": "Total number of garbage collections triggered as a last resort before an OutOfMemoryError by the Android Runtime",
  "type": "integer",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 0,
  "changelog": [
    {
      "version": "next",
      "prs": [
        382
      ],
      "description": "Added art.gc.pre_oome_count attribute"
    }
  ]
}

art.gc.total_count

integer PII: False Visibility: Public OTel: False

Total number of garbage collections performed by the Android Runtime

Example 1
Changelog
next #382 Added art.gc.total_count attribute
Raw JSON
{
  "key": "art.gc.total_count",
  "brief": "Total number of garbage collections performed by the Android Runtime",
  "type": "integer",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 1,
  "changelog": [
    {
      "version": "next",
      "prs": [
        382
      ],
      "description": "Added art.gc.total_count attribute"
    }
  ]
}

art.gc.total_time

double PII: False Visibility: Public OTel: False

Total time spent in garbage collection by the Android Runtime, in milliseconds

Example 11.807
Changelog
next #382 Added art.gc.total_time attribute
Raw JSON
{
  "key": "art.gc.total_time",
  "brief": "Total time spent in garbage collection by the Android Runtime, in milliseconds",
  "type": "double",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 11.807,
  "changelog": [
    {
      "version": "next",
      "prs": [
        382
      ],
      "description": "Added art.gc.total_time attribute"
    }
  ]
}

art.gc.waiting_time

double PII: False Visibility: Public OTel: False

Total time threads spent waiting for garbage collection to complete in the Android Runtime, in milliseconds

Example 8.054
Changelog
next #382 Added art.gc.waiting_time attribute
Raw JSON
{
  "key": "art.gc.waiting_time",
  "brief": "Total time threads spent waiting for garbage collection to complete in the Android Runtime, in milliseconds",
  "type": "double",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 8.054,
  "changelog": [
    {
      "version": "next",
      "prs": [
        382
      ],
      "description": "Added art.gc.waiting_time attribute"
    }
  ]
}

art.memory.free

integer PII: False Visibility: Public OTel: False

Free memory available to the process as reported by the Android Runtime, in bytes

Example 3181568
Changelog
next #382 Added art.memory.free attribute
Raw JSON
{
  "key": "art.memory.free",
  "brief": "Free memory available to the process as reported by the Android Runtime, in bytes",
  "type": "integer",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 3181568,
  "changelog": [
    {
      "version": "next",
      "prs": [
        382
      ],
      "description": "Added art.memory.free attribute"
    }
  ]
}

art.memory.free_until_gc

integer PII: False Visibility: Public OTel: False

Free memory available before a garbage collection would be triggered by the Android Runtime, in bytes

Example 3181568
Changelog
next #382 Added art.memory.free_until_gc attribute
Raw JSON
{
  "key": "art.memory.free_until_gc",
  "brief": "Free memory available before a garbage collection would be triggered by the Android Runtime, in bytes",
  "type": "integer",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 3181568,
  "changelog": [
    {
      "version": "next",
      "prs": [
        382
      ],
      "description": "Added art.memory.free_until_gc attribute"
    }
  ]
}

art.memory.free_until_oome

integer PII: False Visibility: Public OTel: False

Free memory available before an OutOfMemoryError would be thrown by the Android Runtime, in bytes

Example 196083712
Changelog
next #382 Added art.memory.free_until_oome attribute
Raw JSON
{
  "key": "art.memory.free_until_oome",
  "brief": "Free memory available before an OutOfMemoryError would be thrown by the Android Runtime, in bytes",
  "type": "integer",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 196083712,
  "changelog": [
    {
      "version": "next",
      "prs": [
        382
      ],
      "description": "Added art.memory.free_until_oome attribute"
    }
  ]
}

art.memory.max

integer PII: False Visibility: Public OTel: False

Maximum memory the process is allowed to use as reported by the Android Runtime, in bytes

Example 201326592
Changelog
next #382 Added art.memory.max attribute
Raw JSON
{
  "key": "art.memory.max",
  "brief": "Maximum memory the process is allowed to use as reported by the Android Runtime, in bytes",
  "type": "integer",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 201326592,
  "changelog": [
    {
      "version": "next",
      "prs": [
        382
      ],
      "description": "Added art.memory.max attribute"
    }
  ]
}

art.memory.total

integer PII: False Visibility: Public OTel: False

Total memory currently allocated to the process by the Android Runtime, in bytes

Example 7774208
Changelog
next #382 Added art.memory.total attribute
Raw JSON
{
  "key": "art.memory.total",
  "brief": "Total memory currently allocated to the process by the Android Runtime, in bytes",
  "type": "integer",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": 7774208,
  "changelog": [
    {
      "version": "next",
      "prs": [
        382
      ],
      "description": "Added art.memory.total attribute"
    }
  ]
}