You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to prometheus-announce
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. Thanks @yrn1.
[ENHANCEMENT] Add automatic module names #871. This removes a warning for users of Java 9 modules. Thanks @solomax.