Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTO] Dashboards backup (staging) #147

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grafana/staging/dashboards/airbyte.json
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,6 @@
"timezone": "",
"title": "Airbyte",
"uid": "cfcefa9b-1269-4ced-af57-e23ee6805009",
"version": 4,
"version": 5,
"weekStart": ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,6 @@
"timezone": "",
"title": "Alerts - Nodes",
"uid": "100000012",
"version": 2,
"version": 3,
"weekStart": ""
}
30 changes: 24 additions & 6 deletions grafana/staging/dashboards/app-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisColorMode": "series",
"axisLabel": "",
"axisPlacement": "auto",
"axisPlacement": "left",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 60,
Expand All @@ -65,6 +66,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
Expand All @@ -82,6 +84,7 @@
}
},
"mappings": [],
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
Expand All @@ -108,7 +111,9 @@
"interval": "1m",
"options": {
"legend": {
"calcs": [],
"calcs": [
"lastNotNull"
],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
Expand All @@ -125,7 +130,7 @@
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "sum by(version) (version{app=\"catalyst-api\", version!=\"\", pod!=\"canary-catalyst-0\"})",
"expr": "sum by(version,pod) (version{app=\"catalyst-api\"})",
"format": "time_series",
"legendFormat": "__auto",
"range": true,
Expand All @@ -146,6 +151,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand All @@ -159,6 +165,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -240,6 +247,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand All @@ -253,6 +261,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -334,6 +343,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand All @@ -347,6 +357,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -439,6 +450,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand All @@ -452,6 +464,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -532,6 +545,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand All @@ -545,6 +559,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -625,6 +640,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand All @@ -638,6 +654,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -718,6 +735,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand All @@ -731,6 +749,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineStyle": {
"fill": "solid"
Expand Down Expand Up @@ -807,7 +826,6 @@
"refresh": "5s",
"revision": 1,
"schemaVersion": 38,
"style": "dark",
"tags": [],
"templating": {
"list": []
Expand All @@ -820,6 +838,6 @@
"timezone": "utc",
"title": "App Versions",
"uid": "L7BdzGh4z",
"version": 19,
"version": 25,
"weekStart": ""
}
2 changes: 1 addition & 1 deletion grafana/staging/dashboards/catalyst-multi-node.json
Original file line number Diff line number Diff line change
Expand Up @@ -2201,6 +2201,6 @@
"timezone": "utc",
"title": "Catalyst Multi-Node",
"uid": "EWXkaj7Vz",
"version": 17,
"version": 18,
"weekStart": ""
}
21 changes: 13 additions & 8 deletions grafana/staging/dashboards/catalyst-node-inspector.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -113,7 +114,7 @@
},
"editorMode": "code",
"exemplar": true,
"expr": "sum(mist_sessions{sessType=\"incoming\", pod=~\"$pod\", region=\"$region\", stream=~\".*vod.*\"} > 0) by (region, pod)",
"expr": "sum(mist_sessions{sessType=\"incoming\", pod=~\"$pod\", region=~\"$region\", stream=~\".*vod.*\"} > 0) by (region, pod)",
"interval": "",
"legendFormat": "{{region}}-{{pod}}",
"range": true,
Expand All @@ -126,7 +127,7 @@
},
"editorMode": "code",
"exemplar": true,
"expr": "sum(mist_sessions{sessType=\"incoming\", pod=~\"$pod\", region=\"$region\", stream!~\".*vod.*\"} > 0) by (region, pod)",
"expr": "sum(mist_sessions{sessType=\"incoming\", pod=~\"$pod\", region=~\"$region\", stream!~\".*vod.*\"} > 0) by (region, pod)",
"hide": false,
"interval": "",
"legendFormat": "{{region}}-{{pod}}",
Expand All @@ -148,6 +149,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -222,7 +224,7 @@
},
"editorMode": "code",
"exemplar": true,
"expr": "sum(mist_sessions{pod=~\"$pod\", region=\"$region\", sessType=\"viewers\"} > 0) by (region, pod, sessType)",
"expr": "sum(mist_sessions{pod=~\"$pod\", region=~\"$region\", sessType=\"viewers\"} > 0) by (region, pod, sessType)",
"interval": "",
"legendFormat": "{{region}}-{{pod}} ({{sessType}})",
"range": true,
Expand All @@ -243,6 +245,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -316,7 +319,7 @@
"uid": "P8E80F9AEF21F6940"
},
"editorMode": "code",
"expr": "sum(count_over_time(\n {pod=~\"$pod\", region=\"$region\"} |~ \"\\\\[DEBUG\\\\] POST http://127.0.0.1:8935\"\n [1m]\n)) by (region, pod)",
"expr": "sum(count_over_time(\n {pod=~\"$pod\", region=~\"$region\"} |~ \"\\\\[DEBUG\\\\] POST http://127.0.0.1:8935\"\n [1m]\n)) by (region, pod)",
"legendFormat": "{{region}}-{{pod}}",
"queryType": "range",
"refId": "A"
Expand All @@ -336,6 +339,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -416,7 +420,7 @@
"uid": "P8E80F9AEF21F6940"
},
"editorMode": "code",
"expr": "sum(count_over_time(\n {region=\"$region\", pod=~\"$pod\"}\n | regexp \"^\\\\[?(?P<timestamp>[0-9- :]+)\\\\] ?(?P<process>[a-zA-Z0-9-_]+)\"\n[1m])) by (process)",
"expr": "sum(count_over_time(\n {region=~\"$region\", pod=~\"$pod\"}\n | regexp \"^\\\\[?(?P<timestamp>[0-9- :]+)\\\\] ?(?P<process>[a-zA-Z0-9-_]+)\"\n[1m])) by (process)",
"legendFormat": "{{ process }}",
"queryType": "range",
"refId": "A"
Expand All @@ -436,6 +440,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -533,6 +538,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "Memory (%)",
Expand Down Expand Up @@ -618,9 +624,8 @@
"type": "timeseries"
}
],
"refresh": "",
"refresh": "5s",
"schemaVersion": 38,
"style": "dark",
"tags": [],
"templating": {
"list": [
Expand Down Expand Up @@ -672,6 +677,6 @@
"timezone": "",
"title": "Catalyst Node Inspector",
"uid": "PzbLIMd4z",
"version": 3,
"version": 7,
"weekStart": ""
}
2 changes: 1 addition & 1 deletion grafana/staging/dashboards/catalyst-stream-inspector.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,6 @@
"timezone": "",
"title": "Catalyst Stream Inspector",
"uid": "MQJsMGO4z",
"version": 5,
"version": 6,
"weekStart": ""
}
2 changes: 1 addition & 1 deletion grafana/staging/dashboards/cdn-redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,6 @@
"timezone": "",
"title": "CDN redirects",
"uid": "f1e103a6-2ec1-44e8-bcee-d1d5f68bdbf5",
"version": 11,
"version": 12,
"weekStart": ""
}
2 changes: 1 addition & 1 deletion grafana/staging/dashboards/current-alerts.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"timezone": "",
"title": "Current Alerts",
"uid": "NUdDtNl7k",
"version": 12,
"version": 13,
"weekStart": ""
}
2 changes: 1 addition & 1 deletion grafana/staging/dashboards/engagement-template-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2209,6 +2209,6 @@
"timezone": "",
"title": "Engagement Template v3",
"uid": "b43f9f22-112a-4df7-8724-1baefa5ba1d73",
"version": 8,
"version": 9,
"weekStart": ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -2726,6 +2726,6 @@
"timezone": "",
"title": "Federated Livepeer Overview",
"uid": "ZsZv-B3im",
"version": 17,
"version": 18,
"weekStart": ""
}
2 changes: 1 addition & 1 deletion grafana/staging/dashboards/global-usage.json
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,6 @@
"timezone": "",
"title": "Global Usage",
"uid": "cssTqW17k",
"version": 22,
"version": 23,
"weekStart": ""
}
2 changes: 1 addition & 1 deletion grafana/staging/dashboards/go-processes.json
Original file line number Diff line number Diff line change
Expand Up @@ -960,5 +960,5 @@
"timezone": "browser",
"title": "Go Processes",
"uid": "LUiMV_eiz",
"version": 14
"version": 15
}
Original file line number Diff line number Diff line change
Expand Up @@ -1699,6 +1699,6 @@
"timezone": "",
"title": "Grafana Image Rendering Service",
"uid": "MyDXqFsZk",
"version": 14,
"version": 15,
"weekStart": ""
}
2 changes: 1 addition & 1 deletion grafana/staging/dashboards/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@
"timezone": "browser",
"title": "Home",
"uid": "kzV-PHJ7z",
"version": 16,
"version": 17,
"weekStart": ""
}
2 changes: 1 addition & 1 deletion grafana/staging/dashboards/journalctl-analysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@
"timezone": "",
"title": "journalctl analysis",
"uid": "86MF7fU7k",
"version": 12,
"version": 13,
"weekStart": ""
}
Loading