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

Add opentelemetry support #2152

Merged
merged 6 commits into from Jun 16, 2021
Merged

Add opentelemetry support #2152

merged 6 commits into from Jun 16, 2021

Commits on Jun 16, 2021

  1. add support for opentelemetry

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    292f1fa View commit details
    Browse the repository at this point in the history
  2. replace opentracing with opentelemetry tracers

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    8f50bae View commit details
    Browse the repository at this point in the history
  3. hack: avoid updating generated proto version

    This can be done as a separate change when needed.
    Also should analyze if this would affect the gogo
    incompatibility issues with newer proto.
    
    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    cfb73e5 View commit details
    Browse the repository at this point in the history
  4. session: avoid tracing health checkpoint

    Upstream fixes needed for cleaner solution
    
    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    9717e62 View commit details
    Browse the repository at this point in the history
  5. disable otel error logging

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    c676959 View commit details
    Browse the repository at this point in the history
  6. correctly validate span from context

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    b10f259 View commit details
    Browse the repository at this point in the history