Skip to content

Storage both locally and in object storage #1892

Answered by joe-elliott
bentqc asked this question in Q&A
Discussion options

You must be logged in to vote

This is technically possible with Tempo as its written today. However, you may see search latency issues in your ingesters with 2 full days of traces in them depending on volume. If you would like to do this:

This will tell the ingesters to hold blocks for 48h after being flushed to the backend.

ingester:
  complete_block_timeout: 48h

Something like these settings can be used to tell the queriers to rely on the ingesters for the first 48 hours of data and not look at the backend.

query_frontend:
  search:
    query_backend_after: 47h30m
    query_ingesters_until: 48h

I'm not sure this makes much sense. It will require quite a bit more block storage in your ingesters and I think, overall…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by bentqc
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
Category
Q&A
Labels
None yet
2 participants