prometheus operator v0.71.2

Prometheus.spec.scrapeConfigSelector.matchExpressions[].values.spec.tsdb

Defines the runtime reloadable configuration of the timeseries database (TSDB).

1 fields
Prometheus.spec.scrapeConfigSelector.matchExpressions[].values.spec.tsdb fields and descriptions
Field / TypeDescription
outOfOrderTimeWindow
string

Configures how old an out-of-order/out-of-bounds sample can be with respect to the TSDB max time. An out-of-order/out-of-bounds sample is ingested into the TSDB as long as the timestamp of the sample is >= (TSDB.MaxTime - outOfOrderTimeWindow). Out of order ingestion is an experimental feature. It requires Prometheus >= v2.39.0.

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