Skip to content

2.0.3

Compare
Choose a tag to compare
@anders-swanson anders-swanson released this 28 Aug 15:20
· 28 commits to main since this release
ff4de3e

Version 2.0.3, August 27, 2025

This release includes the following changes:

  • Enable configuration of the prometheus webserver from the config file using the web prefix.
  • Allow loading of database password(s) from a file.
  • Fixed a bug where database type (CDB, PDB, etc.) was not reported in certain situations.
  • Fixed a bug where literal passwords containing the '$' character (in the config file) would be evaluated as environment variables. To use literal passwords with the '$' character, escape the '$' character with a second '$': $test$pwd becomes $$test$$pwd.
  • Fixed a bug when using metrics.scrapeInterval combined with per-metric scrape intervals that made the available metrics data set inconsistent.

Thank you to the following people for their suggestions and contributions: