Skip to content

Commit

Permalink
fix: Added link to apm overview
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHammarstrand committed Oct 27, 2021
1 parent b24a6d5 commit 773bd12
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions quickstarts/python/cherrypy/dashboards/cherrypy.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"nrqlQueries": [
{
"accountId": 0,
"query": "FROM Transaction SELECT count(*) as 'Total transactions', average(duration) as 'Average duration (s)', percentile(duration, 90) as 'Slowest 10% (s)', percentage(count(*), WHERE error is false) AS 'Success rate' SINCE 1 WEEK AGO"
"query": "FROM Transaction SELECT count(*) as 'Total transactions', average(duration) as 'Average duration (s)', percentile(duration, 90) as 'Slowest 10%/duration' SINCE 1 week ago"
}
],
"thresholds": []
Expand Down Expand Up @@ -96,7 +96,7 @@
},
"title": "",
"rawConfiguration": {
"text": "\n![VM metrics](https://raw.githubusercontent.com/newrelic/newrelic-quickstarts/main/quickstarts/python/cherrypy/images/VM-metrics.png)\n"
"text": "\n![VM Metrics](https://raw.githubusercontent.com/newrelic/newrelic-quickstarts/main/quickstarts/python/cherrypy/images/VM-metrics.png)\n"
},
"linkedEntityGuids": null
},
Expand All @@ -122,6 +122,22 @@
"thresholds": []
},
"linkedEntityGuids": null
},
{
"visualization": {
"id": "viz.markdown"
},
"layout": {
"column": 5,
"row": 10,
"height": 3,
"width": 5
},
"title": "",
"rawConfiguration": {
"text": "## More details available on Application Monitoring (APM) page.\nDive deeper on transaction details, distributed tracing, related entities, anomalies, errors\nand more. [Open the Explorer.](https://onenr.io/0rVRVGaNWja)"
},
"linkedEntityGuids": null
}
]
},
Expand All @@ -145,7 +161,7 @@
"nrqlQueries": [
{
"accountId": 0,
"query": "FROM Transaction SELECT count(*) as 'Total transactions', percentage(count(*), WHERE error IS true) as 'Failed transactions In %', count(*) * percentage(count(*), WHERE error IS true) / 100 as 'Failed transactions' SINCE 1 week ago"
"query": "FROM Transaction SELECT count(*) as 'Total transactions', percentage(count(*), WHERE error IS true) as 'Failed transactions in %', count(*) * percentage(count(*), WHERE error IS true) / 100 as 'Failed transactions' SINCE 1 week ago"
}
],
"thresholds": []
Expand Down

0 comments on commit 773bd12

Please sign in to comment.