Update — v3.1.0 now available | Download links fixed
The JAR download links in the original post returned 404 due to a naming mismatch in the v3.0.0 release. This is fixed in v3.1.0 — please use the updated links below.
I’m happy to share that v3.0.0 of the SonarQube Metrics Exporter is out!
This plugin exposes SonarQube metrics via a /api/prometheus/metrics endpoint, making it easy to scrape code quality data with Prometheus and visualize it in Grafana.
What’s new in v3.0.0:
Multi-version support — dedicated JARs for SonarQube 2026.x, 25.10 LTS, and 10.8 LTS
Severity labels on metrics (BLOCKER, CRITICAL, MAJOR…) for fine-grained PromQL filtering
Bundled Grafana dashboard ready to import
Docker Compose stack for local dev (SonarQube + Prometheus + Grafana)
SonarQube 9.x users: use v2.0.0. Java 17+ required for v3.0.0.
Compatibility Matrix
This release ships three dedicated artifacts, each compiled against a specific SonarQube API baseline:
Hi @eliassal — thank you for catching this and reporting it!
You’re absolutely right. The download URLs were broken due to a naming mismatch introduced during the v3.0.0 release: the JAR artifacts generated by the build did not match the filenames referenced in the release notes and README.
This has been fixed in v3.1.0, which is now live. The following wget commands work correctly:
Thank you so much for your patience, and I really appreciate you taking the time to share those details and screenshots!
I’ve just resolved the issue with the Grafana dashboard queries, variable templating, and legend formatting. The updated dashboard template (resources/grafana_dashboard.json) is now available in the repository.
You can check out the full fix details and download the updated dashboard template directly on Issue #13:
Thanks again for using the plugin and for helping improve the project! Please feel free to reach out on GitHub if you run into anything else.