How to performance tune TraceQL tags values autocomplete? #2118
-
I am playing around with TraceQL, and it is really cool when the autocomplete is snappy, but a little frustrating when queries for tag values are 10+ seconds or even time out. Trace search, on the other hand, performs OK. Are there any ways to make tag value search snappier, maybe some metrics to look at or configs to fine tune (besides just adding CPU and memory to the pod - I see that not all CPU and memory is used)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
How does Tempo do this now? |
Beta Was this translation helpful? Give feedback.
-
are your tag searches returning lots of values? you can limit the number of values by adjusting the following. it defaults to 5MB which is quite large.
i'm also going to cc @mapno who is working on improving tag search and is currently investigating some performance issues we have seen. |
Beta Was this translation helpful? Give feedback.
are your tag searches returning lots of values? you can limit the number of values by adjusting the following. it defaults to 5MB which is quite large.
i'm also going to cc @mapno who is working on improving tag search and is currently investigating some performance issues we have seen.