prometheus operator v0.93.1

PodMonitor.spec.podMetricsEndpoints[].interval

interval at which Prometheus scrapes the metrics from the target. If empty, Prometheus uses the global scrape interval.

1 fields
PodMonitor.spec.podMetricsEndpoints[].interval fields and descriptions
Field / TypeDescription
PodMonitor.spec.podMetricsEndpoints[].interval
string

interval at which Prometheus scrapes the metrics from the target. If empty, Prometheus uses the global scrape interval.

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