heatmap fix

This commit is contained in:
Seth Call 2026-01-07 07:49:17 -06:00
parent 9a881a3bc1
commit acdbd7ddb3
1 changed files with 30 additions and 2 deletions

View File

@ -214,9 +214,23 @@ data:
"y": 12 "y": 12
}, },
"id": 5, "id": 5,
"options": {
"calculate": false,
"calculation": {},
"color": {
"mode": "scheme",
"scheme": "Oranges"
},
"dataFormat": "tsbuckets",
"hideZeroBuckets": true,
"yAxis": {
"axisPlacement": "auto",
"axisUnit": "short"
}
},
"targets": [ "targets": [
{ {
"expr": "sum(rate(session_join_telemetry_others_bucket[5m])) by (le)", "expr": "sum(increase(session_join_telemetry_others_bucket[$__range])) by (le)",
"format": "heatmap", "format": "heatmap",
"refId": "A" "refId": "A"
} }
@ -234,9 +248,23 @@ data:
"y": 12 "y": 12
}, },
"id": 6, "id": 6,
"options": {
"calculate": false,
"calculation": {},
"color": {
"mode": "scheme",
"scheme": "Blues"
},
"dataFormat": "tsbuckets",
"hideZeroBuckets": true,
"yAxis": {
"axisPlacement": "auto",
"axisUnit": "s"
}
},
"targets": [ "targets": [
{ {
"expr": "sum(rate(session_join_telemetry_age_bucket[5m])) by (le)", "expr": "sum(increase(session_join_telemetry_age_bucket[$__range])) by (le)",
"format": "heatmap", "format": "heatmap",
"refId": "A" "refId": "A"
} }