prometheus operator v0.93.1

PrometheusRule.spec.groups[].query_offset

query_offset defines the offset the rule evaluation timestamp of this particular group by the specified duration into the past. It requires Prometheus >= v2.53.0. It is not supported for ThanosRuler.

1 fields
PrometheusRule.spec.groups[].query_offset fields and descriptions
Field / TypeDescription
PrometheusRule.spec.groups[].query_offset
string

query_offset defines the offset the rule evaluation timestamp of this particular group by the specified duration into the past. It requires Prometheus >= v2.53.0. It is not supported for ThanosRuler.

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