Skip to content

v0.0.20

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 13:29
1f4a2c7

There is a breaking change in the definition of the prometheus query:

queries {
  prometheus {
-   min_interval = "30s"
+   min_step = "30s"
  }
}

What's Changed

  • Allow hiding queries by @iRevive in #118
  • CloudWatch metrics: allow configuring min interval by @iRevive in #116
  • Support expression query by @iRevive in #117
  • Rename prometheus#min_interval -> prometheus#min_step. Add query#min_interval by @iRevive in #119

Full Changelog: v0.0.19...v0.0.20