eiiches / scriptable-jmx-exporter

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

Support java.util.Set #15

Closed eiiches closed 4 years ago

eiiches commented 4 years ago

Cassandra exposes these attributes which are java.util.Set.

While these attributes can be handled by a transform script, it's probably worth supporting them natively.