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
Run sudo /etc/init.d/datadog-agent jmx list_everything
There will be an error like:
Exception in thread "main" java.lang.ClassCastException: java.lang.Boolean cannot be cast to java.lang.String
at org.datadog.jmxfetch.Instance.getServiceCheckTags(Instance.java:401)
at org.datadog.jmxfetch.App.sendServiceCheck(App.java:520)
at org.datadog.jmxfetch.App.init(App.java:587)
at org.datadog.jmxfetch.App.main(App.java:126)
This is with the jmxfetch version in DataDog agent 5.18.1, 0.17.0?
Reproduction steps:
sudo /etc/init.d/datadog-agent jmx list_everything
There will be an error like:
Workaround:
Quote the value
The text was updated successfully, but these errors were encountered: