JMX Exporter 1.1.0
The Prometheus JMX Exporter collects Java Management Extensions (JMX) MBean values and exports them as Prometheus metrics, or sends them through OpenTelemetry when configured.
Release highlights
- OpenTelemetry export support.
- Pluggable HTTP authenticator support.
Choose a deployment mode
| Mode | Use when | Notes |
|---|---|---|
| Java agent | You can start or attach an agent inside the target JVM. | Recommended for most users because it avoids remote JMX/RMI setup. |
| Standalone exporter | You must scrape a JVM over remote JMX/RMI. | Requires the target application to expose remote JMX correctly. |
Start here
- Quick start gets metrics flowing with the Java agent.
- Deployment modes explains HTTP, OpenTelemetry, and combined operation.
- Configuration explains the exporter YAML file.
- Examples links to application examples and integration-test-backed configurations.
- Artifacts lists the 1.1.0 jars and coordinates.
Community examples are available in the repository examples directory. Integration tests provide concrete source-backed examples under integration test resources.