Fabian Stäber

Results 301 comments of Fabian Stäber
trafficstars

Great timing, I'm literally working on it right now. I'll give you an update next week.

Hi, Yes, it is possible to enable the Prometheus endpoint with Spring Boot 2. I think the easiest way is to use the Prometheus `MetricsServlet` (or `PrometheusMetricsServlet` in 1.0.x) and...

In case you are wondering: The goal is to have the 1.0.0 release out before [PromCon](https://promcon.io/2023-berlin/), which will be 28/29 September 2023.

The current `java_client` version is still backwards compatible with Java 6. You need JDK

With Java 11 the project should build successfully.

* All versions of `client_java` can be used with Java 17. * If you want to compile `client_java` from source, you need `1.0.0` or higher, because previous versions were backwards...

No need to upgrade, `simpleclient` works for all Java versions >= 6, including Java 17 and newer.

This is a great point, thanks for bringing this up. I agree having `Registry implements MultiCollector` would be great for composing multiple registries. Only caveat is that Registry would not...

Hi @jmachalica, the `simpleclient_dropwizard` module didn't make it into the 1.0.0 release, it's still on version 0.16.0. We are planning to port it over, but it will take some time....

Hi, sure, it makes sense not to expose so many metrics. There are many ways how you could implement this. One idea is to use different registries, and make it...