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

Update OpenTelemetry Bridge to support OTel Java API 0.11.0 #2054

Closed
wants to merge 2 commits into from

Commits on Dec 3, 2020

  1. Move Otel classes

    tylerbenson committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    1fef18f View commit details
    Browse the repository at this point in the history
  2. Update OpenTelemetry Bridge to latest version

    Remove some of the interfaces from the wrapped objects to stop encouraging casting to our interfaces as a way to integrate.
    Add instrumentation to sync our context with the new otel context.  Due to implementation differences, there are still some edge cases where they can get out of sync.
    tylerbenson committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    10aee28 View commit details
    Browse the repository at this point in the history