Sonarqube Prometheus Exporter

Hi,

We would like to monitor Sonarqube projects metrics like Vulnerabilities, Bugs, Blockers, Quality gate status etc using Grafana Dashboard.

Possible way:
Sonarqube → Prometheus → Grafana

Is there any exporter or plugins available compatible with Sonarqube 8.9 version?

Hi,

Welcome to the community!

There’s no functionality for this out of the box, and I’m not aware of any community-supported integrations. If you want to build this, you’ll need to pull the data using the Web APIs (docs link in your SonarQube footer).

The best way to know what calls to make is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.

 
HTH,
Ann

1 Like

How about GitHub - dmeiners88/sonarqube-prometheus-exporter: Prometheus Exporter for SonarQube

1 Like

It seems it was used on sonarqube 7.x. Doesn’t is support sonarqube 9.9?

you can try this plugin: DomGiorda sonar-metrics-exporter
Is a fork from the project that is mentioning up. Supports SonarQube 9.x.