eiiches / scriptable-jmx-exporter

A javaagent for scraping and exposing MBeans to Prometheus
MIT License
7 stars 2 forks source link

Support java.lang.Number type #29

Closed eiiches closed 1 year ago

eiiches commented 1 year ago

I get this message in the logs:

WARNING: Got unsupported type "java.lang.Number" while processing <redacted>.

Even though java.lang.Number is not an open MBean data type ( https://docs.oracle.com/cd/E19206-01/816-4178/6madjde4v/index.html ), I don't think of any reason not to support it.