Releases: juaalta/sonarqube-prometheus-exporter
Releases · juaalta/sonarqube-prometheus-exporter
1.2.0
1.1.0
Added
- The metrics are obtained from the list of metrics that the SonarQube has internally.
- Deprecated metrics are removed.
- Metrics without description are removed, since when the output is generated for Prometheus the process fails as it does not take into account that the description can be empty
- Metrics of numeric type return their value directly.
- Metrics of type LEVEL return 0 as a result and with a label called level, the value of the level of the metric.
- The STRING type metrics return a 0 as a result and with a label called value, the value of the metric.
- Added docker composition file to be able to test plugin.
- Added configuration files for the correct operation of Prometheus and Grafana.
- Moved the example dashboard within the Grafana folders, to be able to see how it works.
- Added a test.
- Added Jacoco for code coverage.
Changed
- Moved to the images folder, to be better organized files.
- Updated Grafana images.
- Changed TravisCI for Github Workflows
1.1.0-SNAPSHOT-2021-10-26
Full Changelog: v1.0.0-SNAPSHOT-2018-07-04...v1.1.0-SNAPSHOT-2021-10-26