TraceQL Query with Multiple Events #4085
Labels
enhancement
New feature or request
keepalive
Label to exempt Issues / PRs from stale workflow
traceql
I would like to be able to filter my traces by two events that happen in the same span. It is already possible to reference two events, but only if they are in different spans. No combination of sub-queries with these events is able to return the desired result.
My Attempted Queries:
(Among MANY others)
My Expected Output:
List of Traces which have a span with both events in them.
Debugging:
I believe that this type of query is currently impossible, and will require a new feature. To create a query that can perform this operation one of two things must be implemented:
I understand that the
Event
scope for TraceQL is very new, but I would love to see this feature added soon.The text was updated successfully, but these errors were encountered: