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

Reintroduce opencensus bridge example #3206

Merged
merged 2 commits into from Sep 21, 2022

Conversation

dashpole
Copy link
Contributor

@dashpole dashpole commented Sep 20, 2022

Fixes #2806

This is a copy of the previous bridge example. Other than imports, the only line that was changed is:

- ocExporter := opencensus.NewMetricExporter(otExporter)
+ ocExporter := opencensus.NewMetricExporter(otExporter, resource.Default())

@MrAlias
Copy link
Contributor

MrAlias commented Sep 20, 2022

Does this resolve #2806?

@dashpole
Copy link
Contributor Author

Does this resolve #2806?

yes, added to the description

@MrAlias MrAlias merged commit 2ae5922 into open-telemetry:main Sep 21, 2022
@ktong ktong mentioned this pull request Sep 30, 2022
@MrAlias MrAlias added this to the Metric v0.32.1 milestone Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add back the OpenCensus example code
3 participants