Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

support micrometer #118

Open
pjfanning opened this issue Mar 12, 2022 · 1 comment
Open

support micrometer #118

pjfanning opened this issue Mar 12, 2022 · 1 comment

Comments

@pjfanning
Copy link
Contributor

zio-metrics supports some of the most commonly used metrics standards (prometheus, dropwizard, statsd) but micrometer supports these and more.

Would there be any interest in having an additional zio-metrics-micrometer module where as part of the ZIO Environment, the user would provide a micrometer registry that binds the micrometer metrics to a particular backend. https://micrometer.io/docs has a list of some of the backends that are supported.

Using the existing zio-metrics-prometheus code as a guide, it should be relatively straightforward to produce a micrometer equivalent.

@pjfanning
Copy link
Contributor Author

I have an experimental micrometer based implementation at https://github.com/pjfanning/zio-metrics-micrometer

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant