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

chore: use open telemetry bridge #1891

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Commits on Sep 14, 2023

  1. chore: use open telemetry bridge

    As described in the linked issue, OpenCensus is to be replaced with
    OpenTelemetry. This can be tricky to do in a non-breaking way, and so the
    easiest thing to do for now is to use the OpenCensus bridge.
    
    https://opentelemetry.io/blog/2023/sunsetting-opencensus/
    
    https://github.com/open-telemetry/opentelemetry-go/tree/ac5639159f9c8ec161a93b1990e878c74022d49b/bridge/opencensus
    
    Fixes: gomods#1771
    uhthomas committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    984fe88 View commit details
    Browse the repository at this point in the history