Skip to content

Commit

Permalink
NR-309927 Fix http error metrics for mobile applicatoins (#1760)
Browse files Browse the repository at this point in the history
* Update golden_metrics.yml for mobile-application

* Update summary_metrics.yml

* Update golden_metrics.yml

* Update summary_metrics.yml

---------

Co-authored-by: Otávio Carvalho <[email protected]>
  • Loading branch information
vetusbs and otaviocarvalho authored Sep 27, 2024
1 parent 63e2450 commit 4bc79eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions entity-types/mobile-application/golden_metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ httpResponseTimeMsMetric:
query:
select: average(apm.mobile.external.duration) * 1000
eventName: appName
networkFailuresCountMetric:
title: Network failure count
networkFailuresRateMetric:
title: Network failures rate
unit: COUNT
query:
select: average(apm.mobile.failed.call.rate)
Expand Down
6 changes: 3 additions & 3 deletions entity-types/mobile-application/summary_metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ httpResponseTimeMs:
goldenMetric: httpResponseTimeMsMetric
title: HTTP response time (ms)
unit: MS
networkFailuresCount:
goldenMetric: networkFailuresCountMetric
title: Network errors count
networkFailuresRate:
goldenMetric: networkFailuresRateMetric
title: Network failures rate
unit: COUNT
httpErrorsRate:
goldenMetric: httpErrorsRateMetric
Expand Down

0 comments on commit 4bc79eb

Please sign in to comment.