Problem Statement
I want to query for all of the spans that are child spans of a root span (or trace or transaction) that has tags or measurements. Right now, you can only reference a root-span/transaction via the transaction searchable field. This is useful, but i'd like to be able to tag a transaction with a value and query for spans related to that value.
Solution Brainstorm
filter: transaction.tag[tag-name]:tag-value or transaction_tags.tag_name:tag-value. Then `span.description would be all of the child spans that meet that criteria.
Product Area
Explore