http4s / http4s-prometheus-metrics

Support for Prometheus Metrics
https://http4s.github.io/http4s-prometheus-metrics/
10 stars 10 forks source link

Prometheus Java client 1.0.0 is available :) #136

Open kamilkloch opened 1 year ago

kamilkloch commented 1 year ago

https://github.com/prometheus/client_java/releases/tag/v1.0.0

zorba128 commented 12 months ago

Internally I managed to get http4s-prometheus-metrics upgraded to support new client, but this was really painful due to some assumptions made there. And far from something I'd push for others to use. Take a look at https://github.com/prometheus/client_java/pull/905, if this gets accepted, I believe it should be way easier. Still some work needed there, but hope at least some ideas will get into main branch.