Skip to content

Commit eac15af

Browse files
[AUTO-COMMIT] Backup grafana dashboards (#269)
Files changed: M grafana/staging/dashboards/ai-gateway-batch.json M grafana/staging/dashboards/ai-ingest-monitoring.json M grafana/staging/dashboards/ai-overview-livestream.json M grafana/staging/dashboards/app-versions.json M grafana/staging/dashboards/better-nvidia-dcgm-dashboard.json M grafana/staging/dashboards/clickhouse-playground.json M grafana/staging/dashboards/cpu.json M grafana/staging/dashboards/hjp-test-metrics.json M grafana/staging/dashboards/media-stream-dashboard.json M grafana/staging/dashboards/mediamtx.json M grafana/staging/dashboards/nginx-5xx.json M grafana/staging/dashboards/nvidia-dcgm-exporter-dashboard.json M grafana/staging/dashboards/nvidia-gpu.json M grafana/staging/dashboards/orchestrator-versions.json M grafana/staging/dashboards/stream-status-overview.json Co-authored-by: hjpotter92 <hjpotter92@users.noreply.github.com>
1 parent 3d31678 commit eac15af

15 files changed

+31
-45
lines changed

grafana/staging/dashboards/ai-gateway-batch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2441,6 +2441,6 @@
24412441
"timezone": "",
24422442
"title": "AI Gateway (Batch)",
24432443
"uid": "Livepeer-Gateway-AI",
2444-
"version": 2,
2444+
"version": 3,
24452445
"weekStart": "monday"
24462446
}

grafana/staging/dashboards/ai-ingest-monitoring.json

Lines changed: 17 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
"mode": "absolute",
4848
"steps": [
4949
{
50-
"color": "green",
51-
"value": null
50+
"color": "green"
5251
},
5352
{
5453
"color": "red",
@@ -111,8 +110,7 @@
111110
"mode": "percentage",
112111
"steps": [
113112
{
114-
"color": "green",
115-
"value": null
113+
"color": "green"
116114
},
117115
{
118116
"color": "red",
@@ -175,8 +173,7 @@
175173
"mode": "absolute",
176174
"steps": [
177175
{
178-
"color": "green",
179-
"value": null
176+
"color": "green"
180177
}
181178
]
182179
}
@@ -269,8 +266,7 @@
269266
"mode": "absolute",
270267
"steps": [
271268
{
272-
"color": "green",
273-
"value": null
269+
"color": "green"
274270
},
275271
{
276272
"color": "red",
@@ -335,8 +331,7 @@
335331
"mode": "percentage",
336332
"steps": [
337333
{
338-
"color": "green",
339-
"value": null
334+
"color": "green"
340335
}
341336
]
342337
}
@@ -396,8 +391,7 @@
396391
"mode": "absolute",
397392
"steps": [
398393
{
399-
"color": "green",
400-
"value": null
394+
"color": "green"
401395
}
402396
]
403397
}
@@ -457,8 +451,7 @@
457451
"mode": "absolute",
458452
"steps": [
459453
{
460-
"color": "green",
461-
"value": null
454+
"color": "green"
462455
}
463456
]
464457
},
@@ -552,8 +545,7 @@
552545
"mode": "absolute",
553546
"steps": [
554547
{
555-
"color": "green",
556-
"value": null
548+
"color": "green"
557549
},
558550
{
559551
"color": "red",
@@ -628,8 +620,7 @@
628620
"mode": "absolute",
629621
"steps": [
630622
{
631-
"color": "green",
632-
"value": null
623+
"color": "green"
633624
}
634625
]
635626
},
@@ -732,8 +723,7 @@
732723
"mode": "percentage",
733724
"steps": [
734725
{
735-
"color": "transparent",
736-
"value": null
726+
"color": "transparent"
737727
},
738728
{
739729
"color": "super-light-red",
@@ -847,8 +837,7 @@
847837
"mode": "percentage",
848838
"steps": [
849839
{
850-
"color": "green",
851-
"value": null
840+
"color": "green"
852841
},
853842
{
854843
"color": "red",
@@ -952,8 +941,7 @@
952941
"mode": "percentage",
953942
"steps": [
954943
{
955-
"color": "green",
956-
"value": null
944+
"color": "green"
957945
},
958946
{
959947
"color": "red",
@@ -1049,8 +1037,7 @@
10491037
"mode": "absolute",
10501038
"steps": [
10511039
{
1052-
"color": "green",
1053-
"value": null
1040+
"color": "green"
10541041
},
10551042
{
10561043
"color": "red",
@@ -1163,8 +1150,7 @@
11631150
"mode": "absolute",
11641151
"steps": [
11651152
{
1166-
"color": "green",
1167-
"value": null
1153+
"color": "green"
11681154
},
11691155
{
11701156
"color": "red",
@@ -1403,9 +1389,9 @@
14031389
"table": ""
14041390
}
14051391
},
1406-
"pluginVersion": "4.7.0",
1392+
"pluginVersion": "4.8.0",
14071393
"queryType": "table",
1408-
"rawSql": "SELECT \r\n stream_id, \r\n timestamp_ts, \r\n event_type, \r\n message, \r\n restart_count, \r\n gateway_address, \r\n gateway_host, \r\n type, \r\n capability, \r\n pipeline, \r\n pipeline_id, \r\n params, \r\n orchestrator_address, \r\n orchestrator_url\r\nFROM \r\n network_events.stream_events\r\nWHERE \r\n sub_type IN ('error', 'restart')\r\n AND $__timeFilter(timestamp_ts)\r\nORDER BY \r\n timestamp_ts DESC\r\nLIMIT 100;\r\n",
1394+
"rawSql": "SELECT \r\n stream_id, \r\n timestamp_ts, \r\n event_type, \r\n message, \r\n restart_count, \r\n gateway,\r\n type, \r\n capability, \r\n pipeline, \r\n pipeline_id, \r\n params, \r\n orchestrator_address, \r\n orchestrator_url\r\nFROM \r\n network_events.stream_events\r\nWHERE \r\n sub_type IN ('error', 'restart')\r\n AND $__timeFilter(timestamp_ts)\r\nORDER BY \r\n timestamp_ts DESC\r\nLIMIT 100;\r\n",
14091395
"refId": "A"
14101396
}
14111397
],
@@ -1707,6 +1693,6 @@
17071693
"timezone": "utc",
17081694
"title": "Ai Ingest Monitoring",
17091695
"uid": "eec8ak1lxzshsd",
1710-
"version": 140,
1696+
"version": 142,
17111697
"weekStart": ""
17121698
}

grafana/staging/dashboards/ai-overview-livestream.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,6 @@
867867
"timezone": "utc",
868868
"title": "AI Overview (Livestream)",
869869
"uid": "be6llteqebk00b",
870-
"version": 33,
870+
"version": 34,
871871
"weekStart": ""
872872
}

grafana/staging/dashboards/app-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,6 +1363,6 @@
13631363
"timezone": "utc",
13641364
"title": "App Versions",
13651365
"uid": "L7BdzGh4z",
1366-
"version": 6,
1366+
"version": 7,
13671367
"weekStart": ""
13681368
}

grafana/staging/dashboards/better-nvidia-dcgm-dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,6 @@
10851085
"timezone": "",
10861086
"title": "Better NVIDIA DCGM Dashboard",
10871087
"uid": "nvidia-dcgm-dashboard",
1088-
"version": 1,
1088+
"version": 2,
10891089
"weekStart": ""
10901090
}

grafana/staging/dashboards/clickhouse-playground.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,6 @@
146146
"timezone": "utc",
147147
"title": "Clickhouse playground",
148148
"uid": "be6ep3htbpzpcc",
149-
"version": 3,
149+
"version": 4,
150150
"weekStart": ""
151151
}

grafana/staging/dashboards/cpu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,5 +1489,5 @@
14891489
"timezone": "browser",
14901490
"title": "CPU",
14911491
"uid": "j3RfFN8mk",
1492-
"version": 1
1492+
"version": 2
14931493
}

grafana/staging/dashboards/hjp-test-metrics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,5 +1542,5 @@
15421542
"timezone": "browser",
15431543
"title": "hjp test metrics",
15441544
"uid": "fec7zhwykl9mod",
1545-
"version": 1
1545+
"version": 2
15461546
}

grafana/staging/dashboards/media-stream-dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,5 @@
152152
"overwrite": true,
153153
"title": "Media Stream Dashboard",
154154
"uid": "bec6t1ew52s5cd",
155-
"version": 1
155+
"version": 2
156156
}

grafana/staging/dashboards/mediamtx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,6 @@
717717
"timezone": "utc",
718718
"title": "MediaMTX",
719719
"uid": "ee6e9mucakb9cc",
720-
"version": 14,
720+
"version": 15,
721721
"weekStart": ""
722722
}

0 commit comments

Comments
 (0)