prometheus operator v0.71.2

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