prometheus operator v0.71.2
Prometheus.spec.initContainers[].readinessProbe.httpGet.httpHeaders.spec.tsdb
Defines the runtime reloadable configuration of the timeseries database (TSDB).
| Field / Type | Description |
|---|---|
outOfOrderTimeWindow | 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.
|