Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 16:59
· 21 commits to main since this release
97ad006
Added scheduling options @zdmytriv (#79)

what

Added support for scheduling_options

Should be used like this:

k8s-no-data-from-cronjob:
  type: "query alert"
  query: "..."
  message: "..."
  ...
  scheduling_options:
    - evaluation_window:
        - day_starts: "07:00"

why

Added support for scheduling_options

references

Sync github @max-lobur (#77)

Rebuild github dir from the template