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
Binary file added Dashboard_capture.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 added Dashboard_export.pdf
Binary file not shown.
147 changes: 147 additions & 0 deletions cdn-dashboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
{
"name": "CDN Health Metrics",
"description": null,
"permissions": "PUBLIC_READ_WRITE",
"pages": [
{
"name": "CDN Health Metrics",
"description": null,
"widgets": [
{
"visualization": {
"id": "viz.billboard"
},
"layout": {
"column": 1,
"row": 1,
"height": 2,
"width": 12
},
"title": "Summary Metrics",
"rawConfiguration": {
"dataFormatters": [],
"nrqlQueries": [
{
"accountId": 0,
"query": "FROM SyntheticRequest SELECT average((requestBodySize+requestHeaderSize)/duration) as 'kB/s', percentage(count(*), where responseCode = 200 AND duration < 3000 ), average(duration), max(duration), percentile(duration,95) where URL like '%cdn%' SINCE 1 day ago LIMIT 1000"
}
],
"thresholds": []
},
"linkedEntityGuids": null
},
{
"visualization": {
"id": "viz.bar"
},
"layout": {
"column": 1,
"row": 3,
"height": 8,
"width": 3
},
"title": "Worst Performing (95th percentile)",
"rawConfiguration": {
"facet": {
"showOtherSeries": false
},
"nrqlQueries": [
{
"accountId": 0,
"query": "FROM SyntheticRequest SELECT percentile(duration,95) where URL like '%cdn.%' SINCE 1 week ago LIMIT 1000 facet domain "
}
]
},
"linkedEntityGuids": null
},
{
"visualization": {
"id": "viz.line"
},
"layout": {
"column": 4,
"row": 3,
"height": 3,
"width": 9
},
"title": "Latency (KB/s) by Domain",
"rawConfiguration": {
"facet": {
"showOtherSeries": false
},
"legend": {
"enabled": true
},
"nrqlQueries": [
{
"accountId": 0,
"query": "FROM SyntheticRequest SELECT average((requestBodySize+requestHeaderSize)/duration) as 'kB/s' where URL like '%cdn%' SINCE 1 day ago LIMIT 1000 TIMESERIES facet domain "
}
],
"yAxisLeft": {
"zero": true
}
},
"linkedEntityGuids": null
},
{
"visualization": {
"id": "viz.line"
},
"layout": {
"column": 4,
"row": 6,
"height": 5,
"width": 9
},
"title": "Success % Trend",
"rawConfiguration": {
"facet": {
"showOtherSeries": false
},
"legend": {
"enabled": true
},
"nrqlQueries": [
{
"accountId": 0,
"query": "FROM SyntheticRequest SELECT percentage(count(*), where responseCode = 200 AND duration < 3000 ) where URL like '%cdn%' and domain !='newrelic.com' SINCE 1 week ago LIMIT 25 TIMESERIES facet domain "
}
],
"yAxisLeft": {
"zero": false
}
},
"linkedEntityGuids": null
},
{
"visualization": {
"id": "viz.table"
},
"layout": {
"column": 1,
"row": 11,
"height": 4,
"width": 12
},
"title": "Synthetic CDN Summary Metrics",
"rawConfiguration": {
"dataFormatters": [],
"facet": {
"showOtherSeries": false
},
"nrqlQueries": [
{
"accountId": 0,
"query": "FROM SyntheticRequest SELECT percentage(count(*), where responseCode = 200 AND duration < 3000 ), average((requestBodySize+requestHeaderSize)/duration) as 'kB/s',average(duration), max(duration), percentile(duration,95), uniqueCount(tuple(entityGuid,domain)) as 'urls' where URL like '%cdn%' SINCE 1 day ago LIMIT 100 facet domain "
}
]
},
"linkedEntityGuids": [
"MXxWSVp8REFTSEJPQVJEfDIwMjI5OTY"
]
}
]
}
]
}