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

feat: add an example on how to config multiple span processors. #539

Merged
merged 2 commits into from
May 7, 2021

Commits on May 5, 2021

  1. feat: add an example on how to config multiple span processors.

    * Add an example that export spans to both Jaeger and Zipkin to show how to config multiple span processors/exporters.
    
    * Remove the `with_batch_exporter` function in `TracerProviderBuilder` as it's the same as the `with_span_processor`.
    
    * Rename the `with_default_batch_exporter` function in `TracerProvderBuilder` to `with_batch_exporter` to keep it consistent with the `with_simple_exporter`.
    
    * Add `init_exporter` method in Zipkin's builder to allow user build a zipkin exporter
    TommyCpp committed May 5, 2021
    Configuration menu
    Copy the full SHA
    38630b8 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Update README.md

    TommyCpp committed May 6, 2021
    Configuration menu
    Copy the full SHA
    0fc186f View commit details
    Browse the repository at this point in the history