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

[Extensions] Update BaggageActivityProcessor to use baggage key predicate #1816

Open
wants to merge 38 commits into
base: main
Choose a base branch
from

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    c83125b View commit details
    Browse the repository at this point in the history
  2. add changelog entry

    MikeGoldsmith committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5882102 View commit details
    Browse the repository at this point in the history
  3. fix readme lint errors

    MikeGoldsmith committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f0197b3 View commit details
    Browse the repository at this point in the history
  4. more linting

    MikeGoldsmith committed May 20, 2024
    Configuration menu
    Copy the full SHA
    faf5890 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d29bde View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    e1f0a0c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:open-telemetry/opentelemetry-dotnet…

    …-contrib into mike/baggage-predicate
    MikeGoldsmith committed May 21, 2024
    Configuration menu
    Copy the full SHA
    cce029b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    2823819 View commit details
    Browse the repository at this point in the history
  2. add tests

    MikeGoldsmith committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7d22d69 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'mike/baggage-predicate' of github.com:honeycombio/opent…

    …elemetry-dotnet-contrib into mike/baggage-predicate
    MikeGoldsmith committed May 22, 2024
    Configuration menu
    Copy the full SHA
    bb6c60d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65d17e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    94932d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2d7ab0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    603a7a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    798c6de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca4a71b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20dce83 View commit details
    Browse the repository at this point in the history
  4. update public api

    MikeGoldsmith committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    aa70c90 View commit details
    Browse the repository at this point in the history
  5. docs cleanup

    MikeGoldsmith committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d7d9878 View commit details
    Browse the repository at this point in the history
  6. update changelog

    MikeGoldsmith committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7a86096 View commit details
    Browse the repository at this point in the history
  7. rename test file

    MikeGoldsmith committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e834e70 View commit details
    Browse the repository at this point in the history
  8. update test names

    MikeGoldsmith committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    bd28cde View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21c2c5b View commit details
    Browse the repository at this point in the history
  10. fix lint errors

    MikeGoldsmith committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3ccca82 View commit details
    Browse the repository at this point in the history
  11. Apply suggestions from code review

    Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
    MikeGoldsmith and Kielek committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    6c114a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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

Commits on Jun 12, 2024

  1. Apply suggestions from code review

    Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
    MikeGoldsmith and cijothomas committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8b76412 View commit details
    Browse the repository at this point in the history
  2. tweak warning in readme

    MikeGoldsmith committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f147ef9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc08c17 View commit details
    Browse the repository at this point in the history
  4. fix linter error

    MikeGoldsmith committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6661810 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    881e8da View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. fix test name

    MikeGoldsmith committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3239b2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19fda8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    325f39f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87478e0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'mike/baggage-predicate' of github.com:honeycombio/opent…

    …elemetry-dotnet-contrib into mike/baggage-predicate
    MikeGoldsmith committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    24ce184 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' of github.com:open-telemetry/opentelemetry-dotnet…

    …-contrib into mike/baggage-predicate
    
    # Conflicts:
    #	src/OpenTelemetry.Extensions/CHANGELOG.md
    MikeGoldsmith committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2d5fc39 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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