Hello,

We've just released version 0.15.0 of the Java client: 
https://github.com/prometheus/client_java/releases/tag/parent-0.15.0
<https://github.com/prometheus/client_java/commit/eb70395cd8db09bd61ae3755caf91d0687f54d7e>
 

This release contains a major refactoring of Quantiles in Summary metrics. 
This will make them faster and use less memory. The new implementation also 
supports two corner cases that were not possible before: You can now use 
.quantile(0, 
0) to track the minimum observed value and .quantile(1, 0) to track the 
maximum observed value. Thanks a lot @DieBauer <https://github.com/DieBauer>! 
#755 <https://github.com/prometheus/client_java/pull/755>

In addition to that the release includes:

[ENHANCEMENT] Lots of dependency version bumps.
[BUGFIX] Apply ServletConfig during Servlet initialization in 
simpleclient_servlet and simpleclient_servlet_jakarta #739 
<https://github.com/prometheus/client_java/issues/739>
[BUGFIX] HTTPServer: Don't send a Content-Length header when 
Transfer-Encoding is chunked #738 
<https://github.com/prometheus/client_java/pull/738>. Thanks @dhoard 
<https://github.com/dhoard>
[BUGFIX] simpleclient_log4j set the log4j dependency scope as provided so 
that users don't accidentally pull the log4j version used in client_java. 
Note: This module is for monitoring log4j version 1, in simpleclient_log4j2 
the dependency scope is already provided.
[BUGFIX] simpleclient_dropwizard set the Dropwizard dependency scope as 
provided so that users don't accidentally pull the Dropwizard version used 
in client_java.

Fabian

-- 
You received this message because you are subscribed to the Google Groups 
"prometheus-announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-announce+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/prometheus-announce/c616ba94-eaf3-41eb-8a8b-e7bf3bf6d0e2n%40googlegroups.com.

Reply via email to