Skip to content

Commit 30ad25f

Browse files
authored
Add TLI graphics
1 parent d4e293b commit 30ad25f

File tree

1 file changed

+95
-3
lines changed

1 file changed

+95
-3
lines changed

dev-1/lesson-8.3/grafana-dashboard.json

Lines changed: 95 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"editable": true,
1919
"fiscalYearStartMonth": 0,
2020
"graphTooltip": 0,
21-
"id": 14,
21+
"id": 17,
2222
"links": [],
2323
"panels": [
2424
{
@@ -561,6 +561,98 @@
561561
],
562562
"title": "YQL Issues",
563563
"type": "timeseries"
564+
},
565+
{
566+
"datasource": {
567+
"type": "prometheus",
568+
"uid": "beger7bdwt7nkc"
569+
},
570+
"fieldConfig": {
571+
"defaults": {
572+
"color": {
573+
"mode": "palette-classic"
574+
},
575+
"custom": {
576+
"axisBorderShow": false,
577+
"axisCenteredZero": false,
578+
"axisColorMode": "text",
579+
"axisLabel": "",
580+
"axisPlacement": "auto",
581+
"barAlignment": 0,
582+
"barWidthFactor": 0.6,
583+
"drawStyle": "line",
584+
"fillOpacity": 0,
585+
"gradientMode": "none",
586+
"hideFrom": {
587+
"legend": false,
588+
"tooltip": false,
589+
"viz": false
590+
},
591+
"insertNulls": false,
592+
"lineInterpolation": "linear",
593+
"lineWidth": 1,
594+
"pointSize": 5,
595+
"scaleDistribution": {
596+
"type": "linear"
597+
},
598+
"showPoints": "auto",
599+
"spanNulls": false,
600+
"stacking": {
601+
"group": "A",
602+
"mode": "none"
603+
},
604+
"thresholdsStyle": {
605+
"mode": "off"
606+
}
607+
},
608+
"mappings": [],
609+
"thresholds": {
610+
"mode": "absolute",
611+
"steps": [
612+
{
613+
"color": "green",
614+
"value": null
615+
},
616+
{
617+
"color": "red",
618+
"value": 80
619+
}
620+
]
621+
}
622+
},
623+
"overrides": []
624+
},
625+
"gridPos": {
626+
"h": 8,
627+
"w": 12,
628+
"x": 12,
629+
"y": 16
630+
},
631+
"id": 6,
632+
"options": {
633+
"legend": {
634+
"calcs": [],
635+
"displayMode": "list",
636+
"placement": "bottom",
637+
"showLegend": true
638+
},
639+
"tooltip": {
640+
"mode": "single",
641+
"sort": "none"
642+
}
643+
},
644+
"pluginVersion": "11.3.4",
645+
"targets": [
646+
{
647+
"editorMode": "code",
648+
"expr": "",
649+
"legendFormat": "__auto",
650+
"range": true,
651+
"refId": "A"
652+
}
653+
],
654+
"title": "Transactions lock invalidated",
655+
"type": "timeseries"
564656
}
565657
],
566658
"preload": false,
@@ -577,6 +669,6 @@
577669
"timezone": "browser",
578670
"title": "Dev course demo panel",
579671
"uid": "aeglp1b4mwpogb",
580-
"version": 23,
672+
"version": 3,
581673
"weekStart": ""
582-
}
674+
}

0 commit comments

Comments
 (0)