Skip to content

Commit 7b8bfb3

Browse files
authored
apm-application response time x1000 (#78)
Signed-off-by: Galo Navarro <[email protected]>
1 parent 6223488 commit 7b8bfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

definitions/apm-application/golden_metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
responseTimeMs:
22
title: Response time (ms)
33
query:
4-
select: average(newrelic.timeslice.value) AS 'Response time (ms)'
4+
select: average(newrelic.timeslice.value) * 1000 AS 'Response time (ms)'
55
where: metricTimesliceName in ('HttpDispatcher', 'OtherTransaction/all')
66
facet: appName
77
throughput:

0 commit comments

Comments
 (0)