Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@markxnelson markxnelson released this 27 May 19:49
· 2 commits to main since this release
4477da8

This release includes the following changes:

  • Fixed an issue with scrapeinterval that could cause metrics not to be scraped (#172, #176).
  • Added configuration through a YAML file, passed using the --config.file command-line argument. Backwards compatibility is maintained for the command-line arguments, through it is recommended to use the configuration file from the 2.0.0 release onward. It is not recommended to use a combination of command-line arguments and the configuration file.
  • Added support for multiple databases through the configuration file. As many database instances may be specified as needed, which will be scraped concurrently (#89).
  • Updated provided dashboards.
  • Updated some third-party dependencies.