We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6223488 commit 7b8bfb3Copy full SHA for 7b8bfb3
definitions/apm-application/golden_metrics.yml
@@ -1,7 +1,7 @@
1
responseTimeMs:
2
title: Response time (ms)
3
query:
4
- select: average(newrelic.timeslice.value) AS 'Response time (ms)'
+ select: average(newrelic.timeslice.value) * 1000 AS 'Response time (ms)'
5
where: metricTimesliceName in ('HttpDispatcher', 'OtherTransaction/all')
6
facet: appName
7
throughput:
0 commit comments