Tempo querier sends a lot of request and got 206 response code #3575
-
Hello, We have some main questions: Why there is so many requests like it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This is possibly due to polling. A few questions that will help me understand what may be going on: How many blocks do you have? |
Beta Was this translation helpful? Give feedback.
-
I would recommend updating to 2.4. We made some large improvements to polling to reduce calls to the backend.
2.4 also came with some very nice caching improvements. If you continue to see high rates after updating to 2.4 then I'd consider caching footers and blooms. See "tiered caching" and "Polling and TCO Improvements" sections: |
Beta Was this translation helpful? Give feedback.
tempodb_blocklist_length
will tell you this exactly. 90 days is quite long. You may need to increase compactors.I would recommend updating to 2.4. We made some large improvements to polling to reduce calls to the backend.
2.4 also came with some very nice caching improvements. If you continue to see high rates after updating to …