Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -2441,6 +2441,6 @@
"timezone": "",
"title": "AI Gateway (Batch)",
"uid": "Livepeer-Gateway-AI",
"version": 5,
"version": 6,
"weekStart": "monday"
}
Original file line number Diff line number Diff line change
Expand Up @@ -630,5 +630,5 @@
"timezone": "utc",
"title": "AI Load tests",
"uid": "cek9suwbpsutce",
"version": 7
"version": 8
}
Original file line number Diff line number Diff line change
Expand Up @@ -3498,5 +3498,5 @@
"timezone": "utc",
"title": "Ai Monitoring",
"uid": "eec8ak1lxzshsd",
"version": 5
"version": 6
}
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,106 @@
"title": "Segment Timeout with 15 seconds",
"type": "timeseries"
},
{
"datasource": {
"type": "loki",
"uid": "P8E80F9AEF21F6940"
},
"description": "Compares the input and output of FPS on the runner.",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"barWidthFactor": 0.6,
"drawStyle": "points",
"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": 0
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 12,
"x": 12,
"y": 16
},
"id": 36,
"options": {
"legend": {
"calcs": [],
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"hideZeros": false,
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "12.1.1",
"targets": [
{
"datasource": {
"type": "loki",
"uid": "P8E80F9AEF21F6940"
},
"direction": "backward",
"editorMode": "code",
"expr": "sum by(stream_id, direction) (\n sum_over_time({container=~\"live-video-to-video.*\"} \n |~ `str_\\w+`\n |~ `Input FPS|Output FPS` \n | regexp `str_(?P<stream_id>\\w+).*FPS: (?P<fps>.*$)` \n | label_format direction=\"{{ if contains `Input FPS` __line__ }}input{{ else }}output{{ end }}\" \n | unwrap fps [$__auto]\n )\n)",
"hide": false,
"legendFormat": "{{stream_id}} - {{direction}}",
"queryType": "range",
"refId": "A"
}
],
"title": "Stream Health Tracker",
"type": "timeseries"
},
{
"collapsed": false,
"gridPos": {
Expand Down Expand Up @@ -3105,5 +3205,5 @@
"timezone": "utc",
"title": "AI Overview (Livestream) - Primary staging",
"uid": "be6llteqebk00b",
"version": 41
"version": 46
}
Original file line number Diff line number Diff line change
Expand Up @@ -3221,5 +3221,5 @@
"timezone": "utc",
"title": "AI Overview (Livestream) - Secondary staging",
"uid": "celyvzq5w9728e",
"version": 43
"version": 44
}
Loading