Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jmx_prometheus_standalone-1.2.0.jar.asc | 2025-03-11 | 833 Bytes | |
jmx_prometheus_standalone-1.2.0.jar.sha256 | 2025-03-11 | 102 Bytes | |
jmx_prometheus_javaagent-1.2.0.jar.asc | 2025-03-11 | 833 Bytes | |
jmx_prometheus_javaagent-1.2.0.jar.sha256 | 2025-03-11 | 101 Bytes | |
jmx_prometheus_standalone-1.2.0.jar | 2025-03-11 | 8.8 MB | |
jmx_prometheus_javaagent-1.2.0.jar | 2025-03-11 | 8.9 MB | |
1.2.0 _ 2025-03-10 source code.tar.gz | 2025-03-11 | 6.8 MB | |
1.2.0 _ 2025-03-10 source code.zip | 2025-03-11 | 7.4 MB | |
README.md | 2025-03-11 | 2.9 kB | |
Totals: 9 Items | 31.9 MB | 1 |
JMX Exporter 1.2.0
New Features
- mutual TLS authentication
- metric customizer to use an MBean value as a label for another metric (BETA)
What's Changed
- General code cleanup by @dhoard
- Updated developer test scripts by @dhoard in https://github.com/prometheus/jmx_exporter/pull/1085
- Fix integration test suite by @dhoard in https://github.com/prometheus/jmx_exporter/pull/1087
- Refactored build to publish collector jar to Maven Central by @dhoard in https://github.com/prometheus/jmx_exporter/pull/1088
- Changed test container cleanup to use stop method by @dhoard in https://github.com/prometheus/jmx_exporter/pull/1090
- Updated copyright by @dhoard in https://github.com/prometheus/jmx_exporter/pull/1091
- Add additional opentelemetry configuration values by @dhoard in https://github.com/prometheus/jmx_exporter/pull/1093
- Updated dependencies by @dhoard in https://github.com/prometheus/jmx_exporter/pull/1097
- Intern MBean names used in cache by @yana-ilieva in https://github.com/prometheus/jmx_exporter/pull/1098
- Removed deprecated URL constructor usage by @dhoard in https://github.com/prometheus/jmx_exporter/pull/1102
- Fixed a potential concurrency issue when reloading configuration by @dhoard in https://github.com/prometheus/jmx_exporter/pull/1108
- Update Cassandra example config by @russss in https://github.com/prometheus/jmx_exporter/pull/1120
- Removed trailing whitespace by @dhoard in https://github.com/prometheus/jmx_exporter/pull/1122
- add trustStore and needClientAuth config to yaml (#834) by @gtully in https://github.com/prometheus/jmx_exporter/pull/1118
- Fixed code to use the Java system properties for keystore and truststore by @dhoard in https://github.com/prometheus/jmx_exporter/pull/1126
- Updated client_java dependency by @dhoard in https://github.com/prometheus/jmx_exporter/pull/1130
- Added Prometheus v3.2.0 to integration tests by @dhoard in https://github.com/prometheus/jmx_exporter/pull/1132
- Added Prometheus v3.2.1 to integration tests by @dhoard in https://github.com/prometheus/jmx_exporter/pull/1143
- Support for exposing attributes as labels by @MaBiConti in https://github.com/prometheus/jmx_exporter/pull/996
- Support for extra metrics by @karina-calma in https://github.com/prometheus/jmx_exporter/pull/1124
- Changed build to shade Java agent dependencies by @dhoard in https://github.com/prometheus/jmx_exporter/pull/1150
New Contributors
- @yana-ilieva made their first contribution in https://github.com/prometheus/jmx_exporter/pull/1098
- @MaBiConti made their first contribution in https://github.com/prometheus/jmx_exporter/pull/996
- @karina-calma made their first contribution in https://github.com/prometheus/jmx_exporter/pull/1124
Full Changelog: https://github.com/prometheus/jmx_exporter/compare/1.1.0...1.2.0