You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated protobuf currently lives in the top level otel internal package. This mean that the API will always depend on github.com/golang/protobuf and google.golang.org/grpc. These are large dependencies that we are trying to remove to achieve our goal of having the API be a lightweight dependency for instrumentors (#940).
The only current use of this code is in the OTLP exporter. They should be moved to this module.
The text was updated successfully, but these errors were encountered:
The generated protobuf currently lives in the top level
otel
internal package. This mean that the API will always depend ongithub.com/golang/protobuf
andgoogle.golang.org/grpc
. These are large dependencies that we are trying to remove to achieve our goal of having the API be a lightweight dependency for instrumentors (#940).The only current use of this code is in the OTLP exporter. They should be moved to this module.
The text was updated successfully, but these errors were encountered: