integer PII: False Visibility: Public OTel: False
Total number of blocking (stop-the-world) garbage collections performed by the Android Runtime
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"
}
]
}
double PII: False Visibility: Public OTel: False
Total time spent in blocking (stop-the-world) garbage collections by the Android Runtime, in milliseconds
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"
}
]
}
integer PII: False Visibility: Public OTel: False
Total number of garbage collections triggered as a last resort before an OutOfMemoryError by the Android Runtime
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"
}
]
}
integer PII: False Visibility: Public OTel: False
Total number of garbage collections performed by the Android Runtime
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"
}
]
}
double PII: False Visibility: Public OTel: False
Total time spent in garbage collection by the Android Runtime, in milliseconds
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"
}
]
}
double PII: False Visibility: Public OTel: False
Total time threads spent waiting for garbage collection to complete in the Android Runtime, in milliseconds
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"
}
]
}
integer PII: False Visibility: Public OTel: False
Free memory available to the process as reported by the Android Runtime, in bytes
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"
}
]
}
integer PII: False Visibility: Public OTel: False
Free memory available before a garbage collection would be triggered by the Android Runtime, in bytes
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"
}
]
}
integer PII: False Visibility: Public OTel: False
Free memory available before an OutOfMemoryError would be thrown by the Android Runtime, in bytes
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"
}
]
}
integer PII: False Visibility: Public OTel: False
Maximum memory the process is allowed to use as reported by the Android Runtime, in bytes
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"
}
]
}
integer PII: False Visibility: Public OTel: False
Total memory currently allocated to the process by the Android Runtime, in bytes
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"
}
]
}