Fix XID Age graph to show threshold context #69

Merged
eblume merged 1 commit from feature/fix-xid-age-graph into main 2026-01-29 07:08:21 -08:00

View file

@ -534,13 +534,19 @@ data:
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
"mode": "dashed"
}
},
"mappings": [],
"max": 220000000,
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [{ "color": "green", "value": null }]
"steps": [
{ "color": "green", "value": null },
{ "color": "yellow", "value": 150000000 },
{ "color": "red", "value": 200000000 }
]
},
"unit": "short"
}
@ -566,7 +572,7 @@ data:
"refId": "A"
}
],
"title": "XID Age Over Time",
"title": "Tesla XID Age (autovacuum threshold: 200M)",
"type": "timeseries"
}
],