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:
2026-01-09 23:43:01 +09:00
parent a3c5a8dbcf
commit 12ee5b61c0

View File

@@ -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