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
Describe the bug
JMX Metric Insight does not work when the predefined set of JMX Metrics for tomcat is specified.
Steps to reproduce
Use java command line option -Dotel.jmx.target.system=tomcat
What did you expect to see?
No error messages. If the application is Tomcat, the predefined JMX metrics for tomcat are collected and exported.
What did you see instead?
WARN io.opentelemetry.javaagent.shaded.instrumentation.jmx.yaml.RuleParser - java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
No metrics are exported.
What version are you using?
1.23
Environment
Java 8
The text was updated successfully, but these errors were encountered:
Describe the bug
JMX Metric Insight does not work when the predefined set of JMX Metrics for tomcat is specified.
Steps to reproduce
Use java command line option -Dotel.jmx.target.system=tomcat
What did you expect to see?
No error messages. If the application is Tomcat, the predefined JMX metrics for tomcat are collected and exported.
What did you see instead?
WARN io.opentelemetry.javaagent.shaded.instrumentation.jmx.yaml.RuleParser - java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
No metrics are exported.
What version are you using?
1.23
Environment
Java 8
The text was updated successfully, but these errors were encountered: