-
Notifications
You must be signed in to change notification settings - Fork 896
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 OpenCensus metric bridge specification #2732
Conversation
f1e5146
to
393fa1d
Compare
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
4f9e105
to
f192737
Compare
> conventions, All API surface area should map to the closest relevant OTel | ||
> API and no SDK usage of OpenCensus will be compatible. | ||
OpenTelemetry will provide an OpenCensus-Metrics-Shim component which | ||
implements the OpenTelemetry MetricProducer interface. When Produce() is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#nit: Add link to MetricProducer interface when available.
f192737
to
b25a36e
Compare
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
b25a36e
to
b398528
Compare
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
I'll reopen after we decide on #2838 |
This PR can be reopened now that #2951 is merged |
Ah, darn. Reopened as #2979 |
Part of #1175
Related to #2730
Depends on #2722. Do not merge until after that PR.
Changes
Specify that OpenCensus metric bridges implement the MetricProducer interface, and describe non-trivial transformations involved.
This follows the path taken by the java opencensus-shim.