Skip to content

Is there any way to batch get trace info by trace ids with tempo #3576

Answered by electron0zero
zhouyanbl asked this question in Q&A
Discussion options

You must be logged in to vote

A single query is split into multiple tiny parts called jobs and sent to querier to be processed. queriers will execute these jobs and fetch the parts of the blocks from backend to read data, and process the query. so a single query from end user can result in lot more queries to backend from querier.

we have tiered cached that allows you to cache things like footers, pages, and the whole query results..tiered cache was first release in tempo 2.4.0, so I recommend upgrading to tempo 2.4.1, see docs for more info: https://grafana.com/docs/tempo/v2.4.x/configuration/#cache

once you have tiered cache enabled, look at the hit rate of your page cache, and scale your cache if it's not getting e…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
3 replies
@zhouyanbl
Comment options

@zhouyanbl
Comment options

@zhouyanbl
Comment options

Answer selected by zhouyanbl
Comment options

You must be logged in to vote
3 replies
@zhouyanbl
Comment options

@joe-elliott
Comment options

@zhouyanbl
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants