FIX(prometheus): enable out-of-order time window
- Set outOfOrderTimeWindow to 5m for TSDB - Allow slightly out-of-order samples from distributed collectors - Prevents data loss from timing differences
This commit is contained in:
@@ -67,6 +67,10 @@ prometheus:
|
|||||||
evaluationInterval: 60s # 30s → 60s
|
evaluationInterval: 60s # 30s → 60s
|
||||||
retention: 3d # Local retention only (no S3 upload)
|
retention: 3d # Local retention only (no S3 upload)
|
||||||
|
|
||||||
|
# Allow out-of-order samples from OTel collectors
|
||||||
|
tsdb:
|
||||||
|
outOfOrderTimeWindow: 5m
|
||||||
|
|
||||||
# Thanos Sidecar configuration (query only, no S3 upload)
|
# Thanos Sidecar configuration (query only, no S3 upload)
|
||||||
thanos:
|
thanos:
|
||||||
image: quay.io/thanos/thanos:v0.37.2
|
image: quay.io/thanos/thanos:v0.37.2
|
||||||
|
|||||||
Reference in New Issue
Block a user