# prometheus/jmx_exporter

A process for collecting metrics using JMX MBeans for Prometheus consumption

Repository: https://github.com/prometheus/jmx_exporter
Canonical: https://ross.abutalabs.com/products/jmx_exporter
Homepage: https://prometheus.github.io/jmx_exporter/
Language: Java
License: Apache-2.0
License Family: permissive
Topics: jmx, prometheus, mbean, java-agent, monitoring, prometheus-exporter, java, jmx-exporter
Last push: 2026-08-26T21:48:10+00:00

## Health v2 (maintenance only)
Score: 87/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 63, longevity 100
- inputs: {"age_days": 4572, "days_push": 7, "days_rel": 90, "gap_med": 96, "n_releases_24m": 6}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3320, forks 1226 (observed 2026-08-28T04:07:56.260193+00:00)

## What it is
The Prometheus JMX Exporter collects Java Management Extensions (JMX) MBean values and exposes them as Prometheus metrics, or forwards them via OpenTelemetry. It can run as a Java agent inside the target JVM or as a standalone exporter scraping over remote JMX/RMI.

## Use cases
- expose JMX MBean metrics to Prometheus
- monitor JVM applications without setting up remote JMX
- attach a metrics agent to an existing Java process
- export Java app metrics via OpenTelemetry
- scrape a remote JVM over JMX/RMI for metrics
- run multiple isolated metric exporters in one JVM

## When to choose
- you need Prometheus metrics from Java applications exposing JMX MBeans
- you want to avoid remote JMX/RMI configuration by using a Java agent
- you need OpenTelemetry output instead of Prometheus scrape endpoints

## When to avoid
- your application does not expose metrics via JMX MBeans
- you monitor non-JVM runtimes like Go, Python, or Node.js
- you need full application performance profiling rather than metrics collection

## Facets
- artifact type: library
- maturity: active
- function: monitoring
- domain: monitoring
- platform: jvm, cross-platform
- tags: prometheus-exporter, jmx, mbeans, java-agent, opentelemetry, metrics-collection, devops

## Member repositories
- prometheus/jmx_exporter (main) score 87

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:56.260193+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:41:51.156375+00:00, confidence not recorded.
  - readme: https://github.com/prometheus/jmx_exporter (fetched 2026-08-28T04:07:56.260193+00:00, sha 8602225a04d4)
  - homepage: https://prometheus.github.io/jmx_exporter/ (fetched 2026-08-29T09:34:51.898792+00:00, sha fb2fa51a3b30)
- Data as of 2026-08-30T08:39:29.467469+00:00.
