Skip to content

Commit

Permalink
[AUTO-COMMIT] Backup grafana dashboards
Browse files Browse the repository at this point in the history
Files changed:
M	grafana/staging/dashboards/ai-overview-livestream.json
  • Loading branch information
hjpotter92 authored and pwilczynskiclearcode committed Jan 9, 2025
1 parent 6ea5139 commit 50832e2
Showing 1 changed file with 104 additions and 1 deletion.
105 changes: 104 additions & 1 deletion grafana/staging/dashboards/ai-overview-livestream.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,108 @@
"title": "Error Responses",
"type": "timeseries"
},
{
"datasource": {
"default": true,
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"barWidthFactor": 0.6,
"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": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "ms"
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 12,
"x": 12,
"y": 9
},
"id": 10,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"disableTextWrap": false,
"editorMode": "code",
"expr": "avg by(orchestrator_uri) (increase(livepeer_ai_first_segment_delay_ms_sum[1m]))",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
"legendFormat": "__auto",
"range": true,
"refId": "A",
"useBackend": false
}
],
"title": "First segment delay",
"type": "timeseries"
},
{
"gridPos": {
"h": 1,
Expand Down Expand Up @@ -523,6 +625,7 @@
"type": "timeseries"
}
],
"refresh": "10s",
"schemaVersion": 39,
"tags": [],
"templating": {
Expand All @@ -536,6 +639,6 @@
"timezone": "utc",
"title": "AI Overview (Livestream)",
"uid": "be6llteqebk00b",
"version": 26,
"version": 27,
"weekStart": ""
}

0 comments on commit 50832e2

Please sign in to comment.