Sonarqube exporter

Hello, I would like to expose SonarQube metrics through an endpoint and then visualize these metrics on a Grafana dashboard. SonarQube is not deployed with Helm in my organization; it’s on a single VM. How can I achieve this? Overall, I’m looking to add monitoring to SonarQube, but I’m not sure where to start

Hi,

Welcome to the community!

You’ll need to use the API for this. The best way to master the API is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.

You may also find this guide helpful.

 
Ann