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

Adding proper OpenTelemetry integration via. registration helpers and better context propagation #1528

Merged
merged 14 commits into from
Jun 4, 2024

Commits on Apr 2, 2024

  1. * Making it possible to override the default context propagation in R…

    …abbitMQActivitySource to make it possible to add OpenTelemetry Baggage propagation
    
    * Adding a separate OpenTelemetry integration package to make it easier to integrate with OTel
    * Adding OTel tests to test trace context and baggage propagation
    stebet committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7607be6 View commit details
    Browse the repository at this point in the history
  2. * Reverting breaking changes for existing API methods

    * Adding OTel tests for all publish methods
    stebet committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ed4cf97 View commit details
    Browse the repository at this point in the history
  3. Fixing API contract

    stebet committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e2634d6 View commit details
    Browse the repository at this point in the history
  4. dotnet format

    stebet committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    83e088f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. * Removed the BaggagePropagation configuration value.

    * Use the DefaultTextMapPropagator and make it possible for uses to configure their own.
    * Updated tests to configure the propagator.
    * Updating README.md with basic instructions for use
    stebet committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7c18241 View commit details
    Browse the repository at this point in the history
  2. dotnet format

    stebet committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d9a7ff6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50ad871 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Simplifying configuration

    stebet committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4da85c8 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 16, 2024

  1. Update package description

    lukebakken committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7b937ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64e7dc0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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

Commits on Jun 3, 2024

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

Commits on Jun 4, 2024

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