prometheus operator v0.71.2

ServiceMonitor.spec.endpoints[].interval

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

1 fields
ServiceMonitor.spec.endpoints[].interval fields and descriptions
Field / TypeDescription
ServiceMonitor.spec.endpoints[].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)?)$