You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While looking deep into Statistics, I found that the links for Prometheus are outdated.
Prometheus simple client went through a huge refactoring and the "old" simple_client only exists until version 0.16.0.
The new version, which started under version 1.x.x has a different package, classes and all.
While looking deep into Statistics, I found that the links for Prometheus are outdated.
Prometheus simple client went through a huge refactoring and the "old"
simple_client
only exists until version0.16.0
.The new version, which started under version
1.x.x
has a different package, classes and all.Migration guide is well documented on their website: https://prometheus.github.io/client_java/migration/simpleclient/
Caffeine support was introduced recently: prometheus/client_java#983
What I want with this issue?
To simply update the
Statistics
page (https://github.com/ben-manes/caffeine/wiki/Statistics) with more info (if possible) but, at least, the correct new Prometheus link: https://github.com/prometheus/client_java/tree/main/prometheus-metrics-instrumentation-caffeineBen, maybe also adding a
README
to the new package/module would be nice :)The text was updated successfully, but these errors were encountered: