diff --git a/asm-monitor/pom.xml b/asm-monitor/pom.xml index 8088d34..bc8876e 100644 --- a/asm-monitor/pom.xml +++ b/asm-monitor/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.ca.apm.extensions asm-monitor - 1.5.5 + 1.5.6 ASMMonitor Extension to integrate App Synthetic Monitor (fka Cloud Monitor, WatchMouse) into CA APM. diff --git a/asm-monitor/src/main/java/com/ca/apm/swat/epaplugins/asm/AsmMetricReporter.java b/asm-monitor/src/main/java/com/ca/apm/swat/epaplugins/asm/AsmMetricReporter.java index a820faf..43dc173 100755 --- a/asm-monitor/src/main/java/com/ca/apm/swat/epaplugins/asm/AsmMetricReporter.java +++ b/asm-monitor/src/main/java/com/ca/apm/swat/epaplugins/asm/AsmMetricReporter.java @@ -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)"))) {