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

Let client override the service name #19

Merged
merged 1 commit into from
Jun 3, 2014
Merged

Let client override the service name #19

merged 1 commit into from
Jun 3, 2014

Commits on May 27, 2014

  1. Let client override the service name

    When submitting and Endpoint, Zipkin expects the client to submit its own
    host and port, but the service name of the service it's calling. This
    commit adds a method to ClientTracer that lets you specify the name of the
    service you're calling.
    
    If no service name is specified, Brave will fallback to using the server's
    service name when submitting the Endpoint.
    eirslett committed May 27, 2014
    Configuration menu
    Copy the full SHA
    26f96ad View commit details
    Browse the repository at this point in the history