smallrye / smallrye-metrics

Apache License 2.0
41 stars 36 forks source link

Implement a Micrometer equivalent of the JSON exporter #354

Open jmartisk opened 4 years ago

kenfinnigan commented 4 years ago

Can this be extracted from Quarkus, or part of it anyway?

jmartisk commented 4 years ago

Most likely, yes. We can have a new separate module within SmallRye Metrics that implements this, and the Quarkus-Micrometer extension will depend on it. Or we could move it to a top-level project if such dependency isn't desirable, but there will be more maintenance work associated with it.