Skip to content

Releases: juaalta/sonarqube-prometheus-exporter

1.2.0

07 Feb 23:47
Compare
Choose a tag to compare

Added

Changed

  • Upgrade Github Actions configuration.

1.1.0

03 Jan 22:35
Compare
Choose a tag to compare

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

26 Oct 06:49
Compare
Choose a tag to compare