You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.lang.RuntimeException: Couldn't get metrics from: [class kg.apc.perfmon.metrics.PerfMonMetricsCreatorImpl]
at kg.apc.perfmon.metrics.PerfMonMetricsService.getMetric(PerfMonMetricsService.java:51)
at kg.apc.perfmon.metrics.AbstractPerfMonMetric.createMetric(AbstractPerfMonMetric.java:48)
... 18 more
I use custom url for JMX memory-usage:url=app.funnyapps.com:11188 and the example from the readme. I can reproduce the problem when I run the test
AbstractPerfMonMetricTest.testCreateMetric() with the following settings
When trying to collect some metrics through JMX, I get the following exception
java.lang.RuntimeException: Invalid metric specified: jmx
Caused by: java.lang.RuntimeException: Couldn't get metrics from: [class kg.apc.perfmon.metrics.PerfMonMetricsCreatorImpl]
at kg.apc.perfmon.metrics.PerfMonMetricsService.getMetric(PerfMonMetricsService.java:51)
at kg.apc.perfmon.metrics.AbstractPerfMonMetric.createMetric(AbstractPerfMonMetric.java:48)
... 18 more
I use custom url for JMX memory-usage:url=app.funnyapps.com:11188 and the example from the readme. I can reproduce the problem when I run the test
AbstractPerfMonMetricTest.testCreateMetric() with the following settings
The text was updated successfully, but these errors were encountered: