Skip to content

Commit f0aaeea

Browse files
committed
feat: update grafana dashboard
1 parent 5aeab99 commit f0aaeea

File tree

1 file changed

+74
-8
lines changed

1 file changed

+74
-8
lines changed

grafana/provisioning/dashboards/aligned/aggregator_batcher.json

Lines changed: 74 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"editable": true,
1919
"fiscalYearStartMonth": 0,
2020
"graphTooltip": 0,
21-
"id": 2,
21+
"id": 4,
2222
"links": [],
2323
"liveNow": false,
2424
"panels": [
@@ -4040,6 +4040,72 @@
40404040
"title": "Message Handler - (Batch | User | User State Map) Lock Timeout",
40414041
"type": "stat"
40424042
},
4043+
{
4044+
"datasource": {
4045+
"type": "prometheus",
4046+
"uid": "prometheus"
4047+
},
4048+
"fieldConfig": {
4049+
"defaults": {
4050+
"color": {
4051+
"mode": "thresholds"
4052+
},
4053+
"mappings": [],
4054+
"thresholds": {
4055+
"mode": "absolute",
4056+
"steps": [
4057+
{
4058+
"color": "green",
4059+
"value": null
4060+
},
4061+
{
4062+
"color": "red",
4063+
"value": 80
4064+
}
4065+
]
4066+
}
4067+
},
4068+
"overrides": []
4069+
},
4070+
"gridPos": {
4071+
"h": 6,
4072+
"w": 5,
4073+
"x": 0,
4074+
"y": 92
4075+
},
4076+
"id": 66,
4077+
"options": {
4078+
"colorMode": "value",
4079+
"graphMode": "area",
4080+
"justifyMode": "auto",
4081+
"orientation": "auto",
4082+
"reduceOptions": {
4083+
"calcs": [
4084+
"lastNotNull"
4085+
],
4086+
"fields": "",
4087+
"values": false
4088+
},
4089+
"textMode": "auto"
4090+
},
4091+
"pluginVersion": "10.1.10",
4092+
"targets": [
4093+
{
4094+
"datasource": {
4095+
"type": "prometheus",
4096+
"uid": "prometheus"
4097+
},
4098+
"editorMode": "code",
4099+
"expr": "floor(increase(unlocked_event_polling_batch_lock_timeouts_count{job=\"aligned-batcher\"}[$__range]))",
4100+
"instant": false,
4101+
"legendFormat": "__auto",
4102+
"range": true,
4103+
"refId": "A"
4104+
}
4105+
],
4106+
"title": "Unlocked Events - Batch Lock Timeout",
4107+
"type": "stat"
4108+
},
40434109
{
40444110
"datasource": {
40454111
"type": "prometheus",
@@ -4049,7 +4115,7 @@
40494115
"h": 2,
40504116
"w": 24,
40514117
"x": 0,
4052-
"y": 92
4118+
"y": 98
40534119
},
40544120
"id": 46,
40554121
"options": {
@@ -4124,7 +4190,7 @@
41244190
"h": 8,
41254191
"w": 12,
41264192
"x": 0,
4127-
"y": 94
4193+
"y": 100
41284194
},
41294195
"id": 47,
41304196
"options": {
@@ -4224,7 +4290,7 @@
42244290
"h": 8,
42254291
"w": 12,
42264292
"x": 12,
4227-
"y": 94
4293+
"y": 100
42284294
},
42294295
"id": 43,
42304296
"interval": "1s",
@@ -4321,7 +4387,7 @@
43214387
"h": 8,
43224388
"w": 12,
43234389
"x": 0,
4324-
"y": 102
4390+
"y": 108
43254391
},
43264392
"id": 45,
43274393
"options": {
@@ -4452,7 +4518,7 @@
44524518
"h": 8,
44534519
"w": 12,
44544520
"x": 12,
4455-
"y": 102
4521+
"y": 108
44564522
},
44574523
"id": 44,
44584524
"interval": "1s",
@@ -4502,6 +4568,6 @@
45024568
"timezone": "browser",
45034569
"title": "System Data",
45044570
"uid": "aggregator",
4505-
"version": 9,
4571+
"version": 30,
45064572
"weekStart": ""
4507-
}
4573+
}

0 commit comments

Comments
 (0)