Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Support for customizing the display of operation names #678

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 15, 2021

  1. Add optional operationLabel to Span type

    We use it to show in SpanBarRow to allow surfacing potentially high cardinality
    data from tags right next to operation name where it's immediately visible.
    bobrik committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    3cb6d16 View commit details
    Browse the repository at this point in the history
  2. Add support for traceProcessor in config

    If `traceProcessor` function is defined in the config, it acts
    as a filter for traces before they are usable in UI.
    bobrik committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    20b827b View commit details
    Browse the repository at this point in the history