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

Rename operation name for activator's proxy span and queue-proxy's span #7934

Merged
merged 2 commits into from
May 13, 2020

Commits on May 13, 2020

  1. Rename operation name for activator's proxy span and queue-proxy's span

    Currently both activator's proxy span and queue-proxy's proxy span
    have same name `proxy`. It is alright to see one trace data.
    But it is difficult to find/filter it by operation name.
    
    Hence, for example, if we want to find the trace which _activator is in the
    path_, we cannot filter it.
    nak3 committed May 13, 2020
    Configuration menu
    Copy the full SHA
    a47e3e4 View commit details
    Browse the repository at this point in the history
  2. Fix unit test

    nak3 committed May 13, 2020
    Configuration menu
    Copy the full SHA
    c690384 View commit details
    Browse the repository at this point in the history