Oteemo / charts

Helm chart repository
https://oteemo.github.io/charts
MIT License
181 stars 234 forks source link

Add support for Prometheus JMX Exporter for the SonarQube Helm Chart #154

Open PG2000 opened 3 years ago

PG2000 commented 3 years ago

In order to monitor the SonarQube instance it would make sense to expose mBeans of a JMX target so that Prometheus can scrape the data.

Prometheus JMX Exporter

If you're interested i can try to implement this and send you a pr for that

PG2000 commented 3 years ago

@rjkernick does this make sense for the project?

rjkernick commented 3 years ago

I'd definitely be open to a PR. Would this require a custom image?

PG2000 commented 3 years ago

I'd definitely be open to a PR. Would this require a custom image?

My first idea is: I think i would implement this with a sidecar (needs an jmx_exporter image) and adjust the JAVA_OPTS when starting sonarqube.

@rjkernick do you think this makes sense? if yes then i would start on this.