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

Added Jaeger Propagator to Opentelemetry.Extensions.Propagators #3309

Merged
merged 6 commits into from
Jun 8, 2022
Merged

Added Jaeger Propagator to Opentelemetry.Extensions.Propagators #3309

merged 6 commits into from
Jun 8, 2022

Commits on May 26, 2022

  1. Addjaeger (#7)

    * added jaeger progagator with tests
    
    * updated changelog
    
    * moved comment to unreleased
    notcool11 authored May 26, 2022
    Configuration menu
    Copy the full SHA
    9c19f44 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Update CHANGELOG.md

    nit from PR comments
    notcool11 authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    afd7a88 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Anotherrefresh (#8)

    * Refactor string extensions (#3306)
    
    * fixing InMemoryExporter & Metrics bug. new class: MetricSnapshot. new ctor: InMemoryExporter(Func) (#3266)
    
    * Exporting tags consistently (#3281)
    
    * feat(tracing): deprecate use of B3 propagator class from API package - use Extensions.Propagators package instead (#3289)
    
    * Use TagTransformer for ConsoleExporter 💻  (#3311)
    
    * Add core tag prefix to OTLP logs project (#3316)
    
    * Add Extensions.Propagators to core (#3318)
    
    * Changelog update for 1.3.0-rc.1 release prep (#3320)
    
    * Adjust changelog to reflect actual date and package (#3327)
    
    * Update protos to 0.18.0 (#3321)
    
    Co-authored-by: Cijo Thomas <[email protected]>
    
    * Propagation in case of remote parent (#3310)
    
    * Replace MOQ with InMemoryExporter in ASP.NET Core (#3328)
    
    * cleanup CI (#3332)
    
    * ConsoleMetricExporter to export all resource attributes (#3334)
    
    * Fix EventSource for B3Propagator (#3336)
    
    * Update changelog to prepare release (#3337)
    
    * Move public api to shipped (#3338)
    
    * Post release cleanups (#3340)
    
    * Fix NullReferenceException caught by SDK when metric has a tag with a null value (#3325)
    
    * Add isRemote check for context propagation (#3329)
    
    * Minor test fixes sln additions (#3341)
    
    * Update .sln file;Remove docker compose file for net5.0 (#3347)
    
    * Remove StackExchangeRedis Instrumenation (#3346)
    
    Co-authored-by: Cijo Thomas <[email protected]>
    
    * fixed event source in jaegerpropagator after pulling latest
    
    Co-authored-by: Piotr Kiełkowicz <[email protected]>
    Co-authored-by: Timothy Mothra <[email protected]>
    Co-authored-by: Alan West <[email protected]>
    Co-authored-by: John <[email protected]>
    Co-authored-by: Cijo Thomas <[email protected]>
    Co-authored-by: Vishwesh Bankwar <[email protected]>
    Co-authored-by: Reiley Yang <[email protected]>
    Co-authored-by: Utkarsh Umesan Pillai <[email protected]>
    9 people authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    442c6a0 View commit details
    Browse the repository at this point in the history
  2. another merge from otel main

    Jacob Jago authored and Jacob Jago committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    bc9db4d View commit details
    Browse the repository at this point in the history
  3. moved jaegerpropagator comment to unreleased

    Jacob Jago authored and Jacob Jago committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    341fb7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91415d0 View commit details
    Browse the repository at this point in the history