Hey everyone,

jmx_exporter 0.17.0 has been released: 
https://github.com/prometheus/jmx_exporter/releases/tag/parent-0.17.0.

With the last release we already started releasing two versions of the Java 
agent:

   - jmx_prometheus_javaagent-0.17.0.jar 
   
<https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.17.0/jmx_prometheus_javaagent-0.17.0.jar>
 
   requires Java >= 7.
   - jmx_prometheus_javaagent-0.17.0_java6.jar 
   
<https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent_java6/0.17.0/jmx_prometheus_javaagent_java6-0.17.0.jar>
 
   is compatible with Java 6.

Both versions are built from the same code and differ only in the versions 
of the bundled dependencies.

With this release, we take the same approach for the standalone HTTP server:

   - jmx_prometheus_httpserver-0.17.0.jar 
   
<https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_httpserver/0.17.0/jmx_prometheus_httpserver-0.17.0.jar>
 
   requires Java >= 7.
   - jmx_prometheus_httpserver-0.17.0_java6.jar 
   
<https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_httpserver_java6/0.17.0/jmx_prometheus_httpserver_java6-0.17.0.jar>
 
   is compatible with Java 6.

Again, both versions are built from the same code and differ only in the 
versions of the bundled dependencies.

Note that the standalone HTTP server release was previously named 
jmx_prometheus_httpserver-<version>-jar-with-dependencies.jar. With this 
release, we renamed it to jmx_prometheus_httpserver-<version>.jar.

Other changes:

   - [BUGFIX] change the command line argument parser to allow - characters 
   in the hostname (#643 
   <https://github.com/prometheus/jmx_exporter/issues/643>, thanks @guignome 
   <https://github.com/guignome> for reporting).
   - [BUGFIX] Reduce cardinality of default help strings (#704 
   <https://github.com/prometheus/jmx_exporter/pull/704>, thanks @SuperQ 
   <https://github.com/SuperQ>).
   - [ENHANCEMENT] Prevent remote JMX monitoring when started as a Java 
   agent #675 <https://github.com/prometheus/jmx_exporter/pull/675>.
   - [ENHANCEMENT] Add SSL support for the debugging SslScraper (#699 
   <https://github.com/prometheus/jmx_exporter/pull/699>, thanks 
   @michaelsembwever <https://github.com/michaelsembwever>)
   - [ENHANCEMENT] Fall back to loading attributes 1-by-1 if bulk loading 
   fails (#695 <https://github.com/prometheus/jmx_exporter/issues/695>, 
   thanks @faenschi <https://github.com/faenschi>).
   - [ENHANCEMENT] update dependency versions.

-- 
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/c197266a-a52b-46f7-b0a5-4888f4c9e103n%40googlegroups.com.

Reply via email to