-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AUTO] Dashboards backup (prod) (#155)
Co-authored-by: hjpotter92 <[email protected]>
- Loading branch information
1 parent
a19d9be
commit 367ffeb
Showing
3 changed files
with
540 additions
and
75 deletions.
There are no files selected for viewing
176 changes: 176 additions & 0 deletions
176
grafana/prod/dashboards/Fishtank/fishtank-trigger-latency.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,176 @@ | ||
{ | ||
"annotations": { | ||
"list": [ | ||
{ | ||
"builtIn": 1, | ||
"datasource": { | ||
"type": "grafana", | ||
"uid": "-- Grafana --" | ||
}, | ||
"enable": true, | ||
"hide": true, | ||
"iconColor": "rgba(0, 211, 255, 1)", | ||
"name": "Annotations & Alerts", | ||
"type": "dashboard" | ||
} | ||
] | ||
}, | ||
"editable": true, | ||
"fiscalYearStartMonth": 0, | ||
"graphTooltip": 0, | ||
"id": null, | ||
"links": [], | ||
"liveNow": false, | ||
"panels": [ | ||
{ | ||
"datasource": { | ||
"type": "loki", | ||
"uid": "P8E80F9AEF21F6940" | ||
}, | ||
"fieldConfig": { | ||
"defaults": { | ||
"color": { | ||
"mode": "palette-classic" | ||
}, | ||
"custom": { | ||
"axisBorderShow": false, | ||
"axisCenteredZero": false, | ||
"axisColorMode": "text", | ||
"axisLabel": "", | ||
"axisPlacement": "auto", | ||
"barAlignment": 0, | ||
"drawStyle": "line", | ||
"fillOpacity": 0, | ||
"gradientMode": "none", | ||
"hideFrom": { | ||
"legend": false, | ||
"tooltip": false, | ||
"viz": false | ||
}, | ||
"insertNulls": false, | ||
"lineInterpolation": "linear", | ||
"lineWidth": 1, | ||
"pointSize": 5, | ||
"scaleDistribution": { | ||
"type": "linear" | ||
}, | ||
"showPoints": "auto", | ||
"spanNulls": false, | ||
"stacking": { | ||
"group": "A", | ||
"mode": "none" | ||
}, | ||
"thresholdsStyle": { | ||
"mode": "off" | ||
} | ||
}, | ||
"mappings": [], | ||
"min": 0, | ||
"thresholds": { | ||
"mode": "absolute", | ||
"steps": [ | ||
{ | ||
"color": "green", | ||
"value": null | ||
}, | ||
{ | ||
"color": "red", | ||
"value": 80 | ||
} | ||
] | ||
}, | ||
"unit": "dtdurations" | ||
}, | ||
"overrides": [] | ||
}, | ||
"gridPos": { | ||
"h": 8, | ||
"w": 12, | ||
"x": 0, | ||
"y": 0 | ||
}, | ||
"id": 1, | ||
"options": { | ||
"legend": { | ||
"calcs": [ | ||
"lastNotNull" | ||
], | ||
"displayMode": "table", | ||
"placement": "right", | ||
"showLegend": true | ||
}, | ||
"tooltip": { | ||
"mode": "single", | ||
"sort": "none" | ||
} | ||
}, | ||
"targets": [ | ||
{ | ||
"datasource": { | ||
"type": "loki", | ||
"uid": "P8E80F9AEF21F6940" | ||
}, | ||
"editorMode": "code", | ||
"expr": "quantile_over_time(0.99,\n{app=\"catalyst\"}\n |~ `msg=\"received HTTP request\"`\n |~ \"USER_NEW\"\n | logfmt\n | uri = \"/api/mist/trigger\"\n | unwrap duration_seconds(duration)[1m]\n) by (job)", | ||
"legendFormat": "99%", | ||
"queryType": "range", | ||
"refId": "A" | ||
}, | ||
{ | ||
"datasource": { | ||
"type": "loki", | ||
"uid": "P8E80F9AEF21F6940" | ||
}, | ||
"editorMode": "code", | ||
"expr": "quantile_over_time(0.95,\n{app=\"catalyst\"}\n |~ `msg=\"received HTTP request\"`\n |~ \"USER_NEW\"\n | logfmt\n | uri = \"/api/mist/trigger\"\n | unwrap duration_seconds(duration)[1m]\n) by (job)", | ||
"hide": false, | ||
"legendFormat": "95%", | ||
"queryType": "range", | ||
"refId": "B" | ||
}, | ||
{ | ||
"datasource": { | ||
"type": "loki", | ||
"uid": "P8E80F9AEF21F6940" | ||
}, | ||
"editorMode": "code", | ||
"expr": "quantile_over_time(0.90,\n{app=\"catalyst\"}\n |~ `msg=\"received HTTP request\"`\n |~ \"USER_NEW\"\n | logfmt\n | uri = \"/api/mist/trigger\"\n | unwrap duration_seconds(duration)[1m]\n) by (job)", | ||
"hide": false, | ||
"legendFormat": "90%", | ||
"queryType": "range", | ||
"refId": "C" | ||
}, | ||
{ | ||
"datasource": { | ||
"type": "loki", | ||
"uid": "P8E80F9AEF21F6940" | ||
}, | ||
"editorMode": "code", | ||
"expr": "quantile_over_time(0.50,\n{app=\"catalyst\"}\n |~ `msg=\"received HTTP request\"`\n |~ \"USER_NEW\"\n | logfmt\n | uri = \"/api/mist/trigger\"\n | unwrap duration_seconds(duration)[1m]\n) by (job)", | ||
"hide": false, | ||
"legendFormat": "50%", | ||
"queryType": "range", | ||
"refId": "D" | ||
} | ||
], | ||
"title": "USER_NEW Mist Trigger Histogram", | ||
"type": "timeseries" | ||
} | ||
], | ||
"refresh": "", | ||
"schemaVersion": 38, | ||
"tags": [], | ||
"templating": { | ||
"list": [] | ||
}, | ||
"time": { | ||
"from": "now-5m", | ||
"to": "now" | ||
}, | ||
"timepicker": {}, | ||
"timezone": "", | ||
"title": "Fishtank Trigger Latency", | ||
"uid": "f1d75be0-63fa-43fe-9874-ca2dbe61c1b8", | ||
"version": 4, | ||
"weekStart": "" | ||
} |
Oops, something went wrong.