Skip to content

Commit

Permalink
Remove reference to actual default value in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andyasp committed Jan 26, 2022
1 parent 5fd8f0b commit 4ba930a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/blocks-storage/production-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Because of this, we would suggest to avoid querying non compacted blocks. In ord
3. Configure queriers `-querier.query-store-after` large enough to give compactor enough time to compact newly uploaded blocks (_see below_)
4. Configure queriers `-querier.query-ingesters-within` equal to `-querier.query-store-after` plus 5m (5 minutes is just a delta to query the boundary both from ingesters and queriers)
5. Configure ingesters `-blocks-storage.tsdb.retention-period` at least as `-querier.query-ingesters-within`
6. Ensure `-blocks-storage.bucket-store.ignore-deletion-marks-delay` is not too large (the default of 1h is suggested), otherwise non compacted blocks could be queried anyway, even if their compacted replacement is available
6. Ensure `-blocks-storage.bucket-store.ignore-deletion-marks-delay` is not too large (the default is suggested), otherwise non compacted blocks could be queried anyway, even if their compacted replacement is available

#### How to estimate `-querier.query-store-after`

Expand Down

0 comments on commit 4ba930a

Please sign in to comment.