Skip to content

Add ability to query for child spans based on their parent spans #99965

@kylannjohnson

Description

@kylannjohnson

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions