-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Do NOT expose generated protos in metrics exporter #3455
Comments
Notes from SIG meeting today:
|
IMO it makes sense to support a |
As a test case for this, note that the Lightstep metrics SDK has been using the OTel-Go SDK's exporter for a while. I admit this was convenient for me, and since the OTel-Proto API was using generated code from the current OTLP, I could use the OTel-Go SDK's Exporter to export exponential histogram data, even though the SDK didn't support expo-histos. If the |
Note that there is no current API to obtain a So, I would say this issue is already solved for metrics. It remains to be seen whether there will be a breaking API change for the trace SDK, one where |
See https://github.com/open-telemetry/opentelemetry-go/blob/main/exporters/otlp/otlpmetric/client.go and just remember your issue from 6 months (changes can happen in the generated code that are not backwards compatible from golang perspective).
The text was updated successfully, but these errors were encountered: