diff --git a/.mdox.validate.yaml b/.mdox.validate.yaml index bd334deb39..ba983aadc2 100644 --- a/.mdox.validate.yaml +++ b/.mdox.validate.yaml @@ -44,3 +44,6 @@ validators: type: 'ignore' - regex: 'outshift\.cisco\.com\/blog\/multi-cluster-monitoring' type: 'ignore' + # Expired certificate + - regex: 'bestpractices\.coreinfrastructure\.org\/projects\/3048' + type: 'ignore' diff --git a/cmd/thanos/receive.go b/cmd/thanos/receive.go index 2cb44f7c32..985c15bc1e 100644 --- a/cmd/thanos/receive.go +++ b/cmd/thanos/receive.go @@ -925,7 +925,7 @@ func (rc *receiveConfig) registerFlag(cmd extkingpin.FlagClause) { rc.tsdbMaxBlockDuration = extkingpin.ModelDuration(cmd.Flag("tsdb.max-block-duration", "Max duration for local TSDB blocks").Default("2h").Hidden()) rc.tsdbTooFarInFutureTimeWindow = extkingpin.ModelDuration(cmd.Flag("tsdb.too-far-in-future.time-window", - "[EXPERIMENTAL] Configures the allowed time window for ingesting samples too far in the future. Disabled (0s) by default"+ + "Configures the allowed time window for ingesting samples too far in the future. Disabled (0s) by default"+ "Please note enable this flag will reject samples in the future of receive local NTP time + configured duration due to clock skew in remote write clients.", ).Default("0s")) diff --git a/docs/components/receive.md b/docs/components/receive.md index 9a17728546..a8cdf7f350 100644 --- a/docs/components/receive.md +++ b/docs/components/receive.md @@ -540,13 +540,12 @@ Flags: section in the Receive documentation: https://thanos.io/tip/components/receive.md/#tenant-lifecycle-management --tsdb.too-far-in-future.time-window=0s - [EXPERIMENTAL] Configures the allowed time - window for ingesting samples too far in the - future. Disabled (0s) by defaultPlease note - enable this flag will reject samples in the - future of receive local NTP time + configured - duration due to clock skew in remote write - clients. + Configures the allowed time window for + ingesting samples too far in the future. + Disabled (0s) by defaultPlease note enable + this flag will reject samples in the future of + receive local NTP time + configured duration + due to clock skew in remote write clients. --tsdb.wal-compression Compress the tsdb WAL. --version Show application version.