Hey everyone, I am running Datahub v.0.8.16, chart...
# troubleshoot
g
Hey everyone, I am running Datahub v.0.8.16, chart version 0.2.24 and tried enabled jmx metrics via the exporter. But the exporter is throwing an error
Copy code
Exception in thread "main" java.lang.NullPointerException
        at io.prometheus.jmx.JmxCollector.loadConfig(JmxCollector.java:164)
        at io.prometheus.jmx.JmxCollector.<init>(JmxCollector.java:78)
        at io.prometheus.jmx.WebServer.main(WebServer.java:30)
on the jmx-exporter pod. I verified the configmap is correctly configured and I didn't make any changes to the values.yml
b
Hey @early-lamp-41924 Do you have experience with this jmx metrics exporter?