Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

v0.1.1

Choose a tag to compare

@puetzp puetzp released this 03 Feb 13:44
· 93 commits to main since this release

Changed

  • Truncate the numerical value in the plugin output to two decimal places if it has a fraction part or to an integer if there is no fractional part. This is consistent with the truncation (or rounding) that Icinga2 performs on performance data. Also the plugin output looks "cleaner" when the output of a PromQL query will always be an integer (for example when the number of running K8s pods is retrieved).
  • Improve some minor bits in the README
  • Bump dependencies (especially rocket to v0.4.4 as v0.4.3 has been yanked on crates.io)