Skip to content

Commit

Permalink
Merge pull request #2594 from newrelic/release
Browse files Browse the repository at this point in the history
Release 10/24/2024
  • Loading branch information
aswanson-nr authored Oct 24, 2024
2 parents 5c70086 + a888f06 commit e1b2c23
Show file tree
Hide file tree
Showing 19 changed files with 2,031 additions and 186 deletions.
179 changes: 179 additions & 0 deletions dashboards/bitmovin/dashboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
{
"name": "Bitmovin Analytics",
"description": null,
"pages": [
{
"name": "Bitmovin",
"description": null,
"widgets": [
{
"title": "",
"layout": {
"column": 1,
"row": 1,
"width": 12,
"height": 1
},
"linkedEntityGuids": null,
"visualization": {
"id": "viz.markdown"
},
"rawConfiguration": {
"text": "# To query more metrics, or add dimensions, modify your integration configuration following [these steps](https://github.com/newrelic/newrelic-bitmovin-analytics/tree/feat/refactor?tab=readme-ov-file#query-configuration)\n"
}
},
{
"title": "All Bitmovin Metrics",
"layout": {
"column": 1,
"row": 2,
"width": 4,
"height": 4
},
"linkedEntityGuids": null,
"visualization": {
"id": "viz.table"
},
"rawConfiguration": {
"facet": {
"showOtherSeries": false
},
"nrqlQueries": [
{
"accountIds": [],
"query": "FROM Metric SELECT uniques(metricName) WHERE metricName like 'bitmovin%'"
}
],
"platformOptions": {
"ignoreTimeRange": false
}
}
},
{
"title": "Concurrent Viewers",
"layout": {
"column": 5,
"row": 2,
"width": 8,
"height": 3
},
"linkedEntityGuids": null,
"visualization": {
"id": "viz.stacked-bar"
},
"rawConfiguration": {
"facet": {
"showOtherSeries": false
},
"legend": {
"enabled": true
},
"nrqlQueries": [
{
"accountIds": [],
"query": "FROM Metric SELECT max(bitmovin.max_concurrent_viewers) as 'Concurrent Viewrs' TIMESERIES 1 minute"
}
],
"platformOptions": {
"ignoreTimeRange": false
}
}
},
{
"title": "Play Attemps",
"layout": {
"column": 5,
"row": 5,
"width": 8,
"height": 3
},
"linkedEntityGuids": null,
"visualization": {
"id": "viz.line"
},
"rawConfiguration": {
"facet": {
"showOtherSeries": false
},
"legend": {
"enabled": true
},
"nrqlQueries": [
{
"accountIds": [],
"query": "FROM Metric SELECT max(bitmovin.cnt_play_attempts) as 'Play Attempts' TIMESERIES 1 minute since 15 minutes ago"
}
],
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"yAxisLeft": {
"zero": true
},
"yAxisRight": {
"zero": true
}
}
},
{
"title": "All Bitmovin Dimensions",
"layout": {
"column": 1,
"row": 6,
"width": 4,
"height": 5
},
"linkedEntityGuids": null,
"visualization": {
"id": "viz.json"
},
"rawConfiguration": {
"nrqlQueries": [
{
"accountIds": [],
"query": "FROM Metric SELECT keyset() WHERE metricName like 'bitmovin%'"
}
],
"platformOptions": {
"ignoreTimeRange": false
}
}
},
{
"title": "Video Startup Time (Histogram)",
"layout": {
"column": 5,
"row": 8,
"width": 8,
"height": 3
},
"linkedEntityGuids": null,
"visualization": {
"id": "viz.histogram"
},
"rawConfiguration": {
"legend": {
"enabled": true
},
"nrqlQueries": [
{
"accountIds": [],
"query": "FROM Metric SELECT histogram(bitmovin.cnt_video_startuptime/1000,width: 1, buckets: 100) as 'Video Startup Time (s)'"
}
],
"platformOptions": {
"ignoreTimeRange": false
},
"yAxisLeft": {
"zero": true
}
}
}
]
}
],
"variables": []
}
Binary file added dashboards/bitmovin/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e1b2c23

Please sign in to comment.