Hello,

We just released client_java 1.1.0. This release contains lots of smaller 
fixes and enhancements to the 1.0.0 release.

   - [ENHANCEMENT] Avoid duplicate call to the scrape() method in the 
   default Collector implementation. This does not affect the core metrics, 
   because the core metrics override getPrometheusName(), so they don't use 
   the default implementation.
   - [BUGFIX] Fix unit for process_cpu_seconds_total #881 
   <https://github.com/prometheus/client_java/issues/881>. Thanks @yrn1 
   <https://github.com/yrn1>.
   - [ENHANCEMENT] Add automatic module names #871 
   <https://github.com/prometheus/client_java/issues/871>. This removes a 
   warning for users of Java 9 modules. Thanks @solomax 
   <https://github.com/solomax>.
   - [FEATURE] Add API to support the multi target exporter pattern 
   <https://prometheus.io/docs/guides/multi-target-exporter/> #873 
   <https://github.com/prometheus/client_java/pull/873>. Thanks @ganzuoni 
   <https://github.com/ganzuoni>.
   - [ENHANCEMENT] Add Exemplar support for the OpenTelemetry OTLP exporter 
   #883 <https://github.com/prometheus/client_java/pull/883>. Thanks 
   @0x006EA1E5 <https://github.com/0x006EA1E5>.
   - [BUGIFX] Fix histogram bucket boundaries in the 
   prometheus-metrics-simpleclient-bridge #887 
   <https://github.com/prometheus/client_java/issues/887>. Thanks 
   @turchenkoalex <https://github.com/turchenkoalex>.
   - [BUGFIX] Fix sliding window for Summary metrics #894 
   <https://github.com/prometheus/client_java/issues/894>. Thanks @yrn1 
   <https://github.com/yrn1>.
   - [ENHANCEMENT] Add equals() and hashCode() to Unit #897 
   <https://github.com/prometheus/client_java/pull/897>. Thanks @dhoard 
   <https://github.com/dhoard>.
   - [ENHANCEMENT] Bump dependency versions #899 
   <https://github.com/prometheus/client_java/pull/899>.

Thanks a lot to everyone who contributed.

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/d266b083-5195-471f-8230-d791db73e88cn%40googlegroups.com.

Reply via email to