-
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
otlpmetric: Support OTEL_EXPORTER_OTLP_PROTOCOL and OTEL_EXPORTER_OTLP_METRICS_PROTOCOL environmental variables #4641
Comments
I think that it should really follow the I propose to add
type Driver interface {
New() Client
}
func RegisterProtocol(key string, driver Driver)
The same pattern should be used for The exported API should for traces and metrics should be similar. |
Closing per open-telemetry/opentelemetry-specification#3730 |
Reference open-telemetry/opentelemetry-specification#3721 (comment)
The text was updated successfully, but these errors were encountered: