[store] - Index Header unexpected number of S3 requests #5524
-
Hi people :) More info:
store
--log.level=debug
--data-dir=/data
--objstore.config-file=/etc/thanos/store/config.yaml
--store.enable-index-header-lazy-reader
--min-time=-5d
---
compact
--log.level=info
--data-dir=/data/thanos-compact
--objstore.config-file=/etc/thanos/store/config.yaml
--deduplication.replica-label=__replica__
--deduplication.replica-label=receive_replica
--deduplication.replica-label=receive_cluster
--wait
--wait-interval=5m
--retention.resolution-1h=30d
--retention.resolution-5m=10d
--retention.resolution-raw=3d
---
# /etc/thanos/store/config.yaml
type: S3
config:
bucket: "####"
endpoint: "s3.#####.amazonaws.com"
region: "#####"
trace:
enable: true |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Got some good results by decreasing concurrency and increasing sync duration:
To minimize query impact we had to:
|
Beta Was this translation helpful? Give feedback.
Got some good results by decreasing concurrency and increasing sync duration:
To minimize query impact we had to: