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

breaking(zipkin): removes serviceName from zipkin exporter. #1697

Commits on Mar 12, 2021

  1. breaking(zipkin): removes servicName from zipkin exporter.

    Resource detector provides a serviceName in all cases, hence we can relay on span resource to obtain the serviceName. Also this is required by the spec https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk_exporters/zipkin.md\#service-name (open-telemetry#1549).
    jcchavezs committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    c366bb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdcb7cc View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Configuration menu
    Copy the full SHA
    9a5bdfd View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Configuration menu
    Copy the full SHA
    59eb681 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    b5effb8 View commit details
    Browse the repository at this point in the history