Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Commit

Permalink
report 'Performance Current Average (ms)' as LongAverage, too
Browse files Browse the repository at this point in the history
  • Loading branch information
grogu01 authored and grogu01 committed May 30, 2018
1 parent 9bdfc6a commit 4ed8fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asm-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ca.apm.extensions</groupId>
<artifactId>asm-monitor</artifactId>
<version>1.5.5</version>
<version>1.5.6</version>
<name>ASMMonitor</name>
<description>Extension to integrate App Synthetic Monitor (fka Cloud Monitor, WatchMouse) into CA APM.</description>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public static String returnMetricType(String metricName, String metricValue) {
return MetricWriter.kPerIntervalCounter;

} else if (EpaUtils.getBooleanProperty(REPORT_LONG_AVERAGE, false)
&& (metricName.endsWith("Time (ms)")
&& (metricName.endsWith("(ms)")
|| metricName.endsWith("Speed (kB/s)")
|| metricName.endsWith("Size (kB)"))) {

Expand Down

0 comments on commit 4ed8fd5

Please sign in to comment.