smallrye / smallrye-metrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow other Micrometer backends to be configured and used

jgallimore opened this issue · comments

We currently focus on the Prometheus registry, and this is hardcoded into the implementation via MPPrometheusMeterRegistry. Micrometer provides a number of different backends - it would be nice to be able to detect if the other implementations are available on the classpath and enable them to be configured and used.