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

[service] fix opencensus bridge in periodic readers #9361

Merged
merged 2 commits into from
Jan 24, 2024

Commits on Jan 23, 2024

  1. [service] fix opencensus bridge in periodic readers

    The periodic metric readers were not connecting to the opencensus bridge prior to this change, meaning anyone trying to emit metrics via the console or OTLP from components that used opencensus were failing to do so.
    
    Signed-off-by: Alex Boten <aboten@lightstep.com>
    Alex Boten committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e7df16a View commit details
    Browse the repository at this point in the history
  2. add changelog

    Signed-off-by: Alex Boten <aboten@lightstep.com>
    Alex Boten committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    47c83fb View commit details
    Browse the repository at this point in the history