eclipse / microprofile-metrics

microprofile-metrics
Apache License 2.0
100 stars 66 forks source link

Recommendations for Micrometer Backends #719

Closed jgallimore closed 2 years ago

jgallimore commented 2 years ago

This PR is for issue #671

This PR contains additional text for the specification documentation around the use of Micrometer Registries, other than the standard Prometheus pull via the /metrics endpoint.

Specifically, this PR attempts to call out:

I've included an example of these recommendations for an implementation as a CDI extension, using a Producer to add Registries.

Signed-off-by: Jonathan Gallimore jgallimore@tomitribe.com

eclipse-microprofile-bot commented 2 years ago

Can one of the admins verify this patch?

donbourne commented 2 years ago

@jgallimore , I read through your updates and it looks good - is it finished and ready for a review?

jgallimore commented 2 years ago

Hi @donbourne, thanks for reading through! Yes, it is ready for review and I happy to re-work to incorporate any feedback.