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

OpenCensus bridge MUST support summaries #4571

Closed
dashpole opened this issue Sep 29, 2023 · 2 comments · Fixed by #4668
Closed

OpenCensus bridge MUST support summaries #4571

dashpole opened this issue Sep 29, 2023 · 2 comments · Fixed by #4668
Labels
bug Something isn't working pkg:bridges Related to a bridge package
Milestone

Comments

@dashpole
Copy link
Contributor

Description

https://github.com/open-telemetry/opentelemetry-specification/blob/v1.25.0/specification/compatibility/opencensus.md#requirements-1

MUST support Gauges, Counters, Cumulative Histograms, and Summaries

The bridge does not support summaries today:

https://github.com/open-telemetry/opentelemetry-go/blob/main/bridge/opencensus/internal/ocmetric/metric.go#L79

While it isn't unreasonable for us to add support for summaries, I'm not sure all SDKs should be required to support them. I'll open a specification issue for this before we implement it here.

@dashpole
Copy link
Contributor Author

@dashpole dashpole moved this from Todo to Blocked in Go: Metric OpenCensus Bridge (GA) Sep 29, 2023
@dashpole dashpole added the blocked:specification Waiting on clarification of the OpenTelemetry specification before progress can be made label Sep 29, 2023
@dashpole dashpole moved this from Blocked to In Progress in Go: Metric OpenCensus Bridge (GA) Oct 13, 2023
@dashpole dashpole removed the blocked:specification Waiting on clarification of the OpenTelemetry specification before progress can be made label Oct 25, 2023
@dashpole
Copy link
Contributor Author

no longer blocked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pkg:bridges Related to a bridge package
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants