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

contrib/google.golang.org/grpc: use service name from function #613

Merged
merged 1 commit into from
Mar 19, 2020

Commits on Mar 19, 2020

  1. contrib/google.golang.org/grpc: use service name from function

    This commit changes the service name in a call to startSpanFromContex from
    cfg.serviceName to cfg.serverServiceName(). Everywhere else in the grpc
    server integration, the service name is taken from cfg.serverServiceName(),
    except this one place which erroneously uses cfg.serviceName directly.
    knusbaum committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    486794e View commit details
    Browse the repository at this point in the history