Skip to content

Commit 3188e49

Browse files
committed
Update grafana dashboard
1 parent 3c52213 commit 3188e49

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

grafana/provisioning/dashboards/aligned/aggregator_batcher.json

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"editable": true,
1919
"fiscalYearStartMonth": 0,
2020
"graphTooltip": 0,
21-
"id": 4,
21+
"id": 2,
2222
"links": [],
2323
"liveNow": false,
2424
"panels": [
@@ -4018,9 +4018,26 @@
40184018
"range": true,
40194019
"refId": "B",
40204020
"useBackend": false
4021+
},
4022+
{
4023+
"datasource": {
4024+
"type": "prometheus",
4025+
"uid": "prometheus"
4026+
},
4027+
"disableTextWrap": false,
4028+
"editorMode": "builder",
4029+
"expr": " floor(increase(message_handler_user_states_lock_timeouts_count{job=\"aligned-batcher\"}[$__range]))",
4030+
"fullMetaSearch": false,
4031+
"hide": false,
4032+
"includeNullMetadata": true,
4033+
"instant": false,
4034+
"legendFormat": "__auto",
4035+
"range": true,
4036+
"refId": "C",
4037+
"useBackend": false
40214038
}
40224039
],
4023-
"title": "Message Handler - (Batch | User) Lock Timeout",
4040+
"title": "Message Handler - (Batch | User | User State Map) Lock Timeout",
40244041
"type": "stat"
40254042
},
40264043
{
@@ -4287,7 +4304,8 @@
42874304
"mode": "absolute",
42884305
"steps": [
42894306
{
4290-
"color": "green"
4307+
"color": "green",
4308+
"value": null
42914309
},
42924310
{
42934311
"color": "red",
@@ -4418,7 +4436,8 @@
44184436
"mode": "absolute",
44194437
"steps": [
44204438
{
4421-
"color": "green"
4439+
"color": "green",
4440+
"value": null
44224441
},
44234442
{
44244443
"color": "red",
@@ -4483,6 +4502,6 @@
44834502
"timezone": "browser",
44844503
"title": "System Data",
44854504
"uid": "aggregator",
4486-
"version": 20,
4505+
"version": 9,
44874506
"weekStart": ""
4488-
}
4507+
}

0 commit comments

Comments
 (0)