Skip to content

TraceQL array not able to find specific item #3773

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

You must be logged in to vote

Only vParquet4 (and future) blocks can search inside arrays. Can you try changing your block format to vParquet4?

https://grafana.com/docs/tempo/latest/configuration/parquet/

Something like this:

storage:
    trace:
        wal:
            version: vParquet4
        block:
            version: vParquet4

If you do adjust your block format I'd recommend removing this config option in future versions so you use the default block format. Otherwise you'll pin yourself to an out of date format.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hazra-mms
Comment options

Answer selected by hazra-mms
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