Skip to content

Commit

Permalink
DDSaaS: Mux: Dashboard and images (#19275)
Browse files Browse the repository at this point in the history
* Mux integration-core project skeleton w/o assets

* Mux labeler added

* tags added and empty dashboard removed

* Added dashboard, monitors and images

* Updated readme, manifest, metadata, changelog files

* Updated Dashboards, images and monitors

* fix metadata check failure

* minor change in mux-mertrics dashbpard

* modified metadata.csv

* modified metadata.csv

* modified configuration section in readme

* README changes

* CODEOWNERS added

* Updated Dashboards and Images

* Updated readme and manifest files

* CODEOWNERS updated

* duplicate entries removed

* change in dashboard and image

---------

Co-authored-by: Bhavik Parmar <[email protected]>
Co-authored-by: Bhavik Parmar <[email protected]>
  • Loading branch information
3 people authored Dec 18, 2024
1 parent 19e46a8 commit 405a736
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 15 deletions.
152 changes: 137 additions & 15 deletions mux/assets/dashboards/mux_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"hide_zero_counts": true,
"show_status": true,
"last_triggered_format": "relative",
"query": "tag:integration:mux $Video_Id",
"query": "tag:integration:mux",
"sort": "status,asc",
"count": 50,
"start": 0,
Expand Down Expand Up @@ -694,13 +694,28 @@
"title_size": "16",
"title_align": "left",
"show_legend": false,
"legend_layout": "auto",
"legend_columns": [
"avg",
"min",
"max",
"value",
"sum"
],
"time": {},
"type": "timeseries",
"requests": [
{
"formulas": [
{
"alias": "Playback Failure Percentage",
"formula": "query1 * 100"
"formula": "query1 * 100",
"number_format": {
"unit": {
"type": "canonical_unit",
"unit_name": "percent"
}
}
}
],
"queries": [
Expand Down Expand Up @@ -786,13 +801,28 @@
"title_size": "16",
"title_align": "left",
"show_legend": false,
"legend_layout": "auto",
"legend_columns": [
"avg",
"min",
"max",
"value",
"sum"
],
"time": {},
"type": "timeseries",
"requests": [
{
"formulas": [
{
"alias": "Video Startup Failure Percentage",
"formula": "query1 * 100"
"formula": "query1 * 100",
"number_format": {
"unit": {
"type": "canonical_unit",
"unit_name": "percent"
}
}
}
],
"queries": [
Expand Down Expand Up @@ -886,13 +916,20 @@
"value",
"sum"
],
"time": {},
"type": "timeseries",
"requests": [
{
"formulas": [
{
"alias": "Exits Before Video Start",
"formula": "query1 * 100"
"formula": "query1 * 100",
"number_format": {
"unit": {
"type": "canonical_unit",
"unit_name": "percent"
}
}
}
],
"queries": [
Expand Down Expand Up @@ -986,13 +1023,20 @@
"value",
"sum"
],
"time": {},
"type": "timeseries",
"requests": [
{
"formulas": [
{
"alias": "Video Startup Business Exception Percentage",
"formula": "query1 * 100"
"formula": "query1 * 100",
"number_format": {
"unit": {
"type": "canonical_unit",
"unit_name": "percent"
}
}
}
],
"queries": [
Expand Down Expand Up @@ -1086,13 +1130,20 @@
"value",
"sum"
],
"time": {},
"type": "timeseries",
"requests": [
{
"formulas": [
{
"alias": "Video Startup Business Exception Percentage",
"formula": "query1 * 100"
"formula": "query1 * 100",
"number_format": {
"unit": {
"type": "canonical_unit",
"unit_name": "percent"
}
}
}
],
"queries": [
Expand Down Expand Up @@ -1176,6 +1227,7 @@
"title": "Top Videos with High Playback Failure Percentage",
"title_size": "16",
"title_align": "left",
"time": {},
"type": "toplist",
"requests": [
{
Expand All @@ -1190,7 +1242,13 @@
"response_format": "scalar",
"formulas": [
{
"formula": "query1 * 100"
"formula": "query1 * 100",
"number_format": {
"unit": {
"type": "canonical_unit",
"unit_name": "percent"
}
}
}
],
"sort": {
Expand Down Expand Up @@ -2379,12 +2437,19 @@
"title": "Average Rebuffer Percentage",
"title_size": "16",
"title_align": "left",
"time": {},
"type": "query_value",
"requests": [
{
"formulas": [
{
"formula": "query1 * 100"
"formula": "query1 * 100",
"number_format": {
"unit": {
"type": "canonical_unit",
"unit_name": "percent"
}
}
}
],
"queries": [
Expand Down Expand Up @@ -2433,13 +2498,20 @@
"value",
"sum"
],
"time": {},
"type": "timeseries",
"requests": [
{
"formulas": [
{
"alias": "Rebuffer Percentage",
"formula": "query1 * 100"
"formula": "query1 * 100",
"number_format": {
"unit": {
"type": "canonical_unit",
"unit_name": "percent"
}
}
}
],
"queries": [
Expand Down Expand Up @@ -2533,13 +2605,20 @@
"value",
"sum"
],
"time": {},
"type": "timeseries",
"requests": [
{
"formulas": [
{
"alias": "Rebuffer Frequency",
"formula": "query1"
"formula": "query1",
"number_format": {
"unit": {
"type": "canonical_unit",
"per_unit_name": "minute"
}
}
}
],
"queries": [
Expand Down Expand Up @@ -2896,13 +2975,20 @@
"value",
"sum"
],
"time": {},
"type": "timeseries",
"requests": [
{
"formulas": [
{
"alias": "Weighted Average Bitrate",
"formula": "query1"
"formula": "query1",
"number_format": {
"unit_scale": {
"type": "canonical_unit",
"unit_name": "bit"
}
}
}
],
"queries": [
Expand Down Expand Up @@ -2996,13 +3082,20 @@
"value",
"sum"
],
"time": {},
"type": "timeseries",
"requests": [
{
"formulas": [
{
"alias": "Upscale Percentage",
"formula": "query1 * 100"
"formula": "query1 * 100",
"number_format": {
"unit": {
"type": "canonical_unit",
"unit_name": "percent"
}
}
}
],
"queries": [
Expand Down Expand Up @@ -3096,13 +3189,20 @@
"value",
"sum"
],
"time": {},
"type": "timeseries",
"requests": [
{
"formulas": [
{
"alias": "Downscale Percentage",
"formula": "query1 * 100"
"formula": "query1 * 100",
"number_format": {
"unit": {
"type": "canonical_unit",
"unit_name": "percent"
}
}
}
],
"queries": [
Expand Down Expand Up @@ -3197,13 +3297,20 @@
"value",
"sum"
],
"time": {},
"type": "timeseries",
"requests": [
{
"formulas": [
{
"alias": "Max Upscale Percentage",
"formula": "query1 * 100"
"formula": "query1 * 100",
"number_format": {
"unit": {
"type": "canonical_unit",
"unit_name": "percent"
}
}
}
],
"queries": [
Expand Down Expand Up @@ -3290,13 +3397,28 @@
"title_size": "16",
"title_align": "left",
"show_legend": false,
"legend_layout": "auto",
"legend_columns": [
"avg",
"min",
"max",
"value",
"sum"
],
"time": {},
"type": "timeseries",
"requests": [
{
"formulas": [
{
"alias": "Max Downscale Percentage",
"formula": "query1 * 100"
"formula": "query1 * 100",
"number_format": {
"unit": {
"type": "canonical_unit",
"unit_name": "percent"
}
}
}
],
"queries": [
Expand Down
Binary file modified mux/images/mux_metrics_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed mux/images/mux_overview.png
Binary file not shown.

0 comments on commit 405a736

Please sign in to comment.