prometheus operator v0.93.1

AlertmanagerConfig.spec.route.repeatInterval

repeatInterval defines how long to wait before repeating the last notification. Must be greater than 0. Example: "4h"

1 fields
AlertmanagerConfig.spec.route.repeatInterval fields and descriptions
Field / TypeDescription
AlertmanagerConfig.spec.route.repeatInterval
string

repeatInterval defines how long to wait before repeating the last notification. Must be greater than 0. Example: "4h"

  • minLength: 1
  • pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$