How to Use Relational Fields: Some Nifty Use Cases
We recently introduced relational fields, a new feature that allows you to query spans based on their relationship to each other within a trace. You can now query for spans where its root span, direct parent span, or any other single span in the trace has certain attributes. We currently support the following three prefixes: root. - Identifies the root span within a trace. To find a match, any additional root. filters in your query will search through fields only in the specified root. span.