Skip to content

Commit

Permalink
[AUTO] Dashboards backup (prod) (#155)
Browse files Browse the repository at this point in the history
Co-authored-by: hjpotter92 <[email protected]>
  • Loading branch information
livepeer-robot and hjpotter92 authored Dec 19, 2023
1 parent a19d9be commit 367ffeb
Show file tree
Hide file tree
Showing 3 changed files with 540 additions and 75 deletions.
176 changes: 176 additions & 0 deletions grafana/prod/dashboards/Fishtank/fishtank-trigger-latency.json
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": ""
}
Loading

0 comments on commit 367ffeb

Please sign in to comment.