prometheus operator v0.71.2

PodMonitor.spec.podMetricsEndpoints[].scrapeTimeout

Timeout after which Prometheus considers the scrape to be failed. If empty, Prometheus uses the global scrape timeout unless it is less than the target's scrape interval value in which the latter is used.

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

Timeout after which Prometheus considers the scrape to be failed. If empty, Prometheus uses the global scrape timeout unless it is less than the target's scrape interval value in which the latter is used.

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