Skip to content

Getting uncompaction(actual) data #4313

Closed Answered by pstibrany
sentoz asked this question in Help and support
Discussion options

You must be logged in to vote

Hi. Your query_ingesters_within: 10s option confuses queriers -- it tells them to ONLY query ingesters for LATEST 10s of data. Given that ingesters build 2h blocks, and store up to 3h of data in memory only, 10s for query_ingesters_within is very low. I'd suggest to use default value of 13h. (Your ingesters keep data for 24h!)

Also query_store_after: 15s is very suspicious... if you set query_ingesters_within: 13h, then there is no need to query store before this time. That's why default value for query_store_after is 12h.

I'd recommend to stick with default values unless you need to alter specific behaviour.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sentoz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants