Skip to content

Commit

Permalink
apm-application response time x1000 (#78)
Browse files Browse the repository at this point in the history
Signed-off-by: Galo Navarro <[email protected]>
  • Loading branch information
srvaroa authored Feb 11, 2021
1 parent 6223488 commit 7b8bfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/apm-application/golden_metrics.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
responseTimeMs:
title: Response time (ms)
query:
select: average(newrelic.timeslice.value) AS 'Response time (ms)'
select: average(newrelic.timeslice.value) * 1000 AS 'Response time (ms)'
where: metricTimesliceName in ('HttpDispatcher', 'OtherTransaction/all')
facet: appName
throughput:
Expand Down

0 comments on commit 7b8bfb3

Please sign in to comment.