Skip to content

1.1.0

Compare
Choose a tag to compare
@juaalta juaalta released this 03 Jan 22:35
· 36 commits to develop since this release

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