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/prod/dashboards/ai-overview-livestream.json
M	grafana/prod/dashboards/mediamtx.json
  • Loading branch information
hjpotter92 committed Jan 12, 2025
1 parent 19ca642 commit b0006a6
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 3 deletions.
106 changes: 104 additions & 2 deletions grafana/prod/dashboards/ai-overview-livestream.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"graphTooltip": 1,
"id": null,
"links": [],
"panels": [
Expand Down Expand Up @@ -211,6 +211,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 @@ -535,6 +637,6 @@
"timezone": "utc",
"title": "AI Overview (Livestream)",
"uid": "be6llteqebk00b",
"version": 8,
"version": 10,
"weekStart": ""
}
80 changes: 79 additions & 1 deletion grafana/prod/dashboards/mediamtx.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,84 @@
],
"title": "ready paths",
"type": "timeseries"
},
{
"datasource": {
"default": false,
"type": "loki",
"uid": "P8E80F9AEF21F6940"
},
"description": "",
"gridPos": {
"h": 9,
"w": 7,
"x": 7,
"y": 18
},
"id": 8,
"options": {
"dedupStrategy": "none",
"enableLogDetails": true,
"prettifyLogMessage": false,
"showCommonLabels": false,
"showLabels": false,
"showTime": false,
"sortOrder": "Ascending",
"wrapLogMessage": false
},
"targets": [
{
"datasource": {
"type": "loki",
"uid": "P8E80F9AEF21F6940"
},
"editorMode": "code",
"expr": "{app=\"mediamtx\", region=~\"${region:pipe}\"} |~ `closed:`",
"queryType": "range",
"refId": "A"
}
],
"title": "MediaMTX closing connection",
"type": "logs"
},
{
"datasource": {
"default": false,
"type": "loki",
"uid": "P8E80F9AEF21F6940"
},
"description": "",
"gridPos": {
"h": 9,
"w": 7,
"x": 7,
"y": 27
},
"id": 9,
"options": {
"dedupStrategy": "none",
"enableLogDetails": true,
"prettifyLogMessage": false,
"showCommonLabels": false,
"showLabels": false,
"showTime": false,
"sortOrder": "Ascending",
"wrapLogMessage": false
},
"targets": [
{
"datasource": {
"type": "loki",
"uid": "P8E80F9AEF21F6940"
},
"editorMode": "code",
"expr": "{app=\"mediamtx\", region=~\"${region:pipe}\"} |~ `err|ERR|Err|fail|FAIL|Fail|any supported codec`",
"queryType": "range",
"refId": "A"
}
],
"title": "MediaMTX errors",
"type": "logs"
}
],
"refresh": "",
Expand Down Expand Up @@ -627,6 +705,6 @@
"timezone": "utc",
"title": "MediaMTX",
"uid": "ee6e9mucakb9cc",
"version": 3,
"version": 6,
"weekStart": ""
}

0 comments on commit b0006a6

Please sign in to comment.