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 grpc protocol configuration for the OTLP exporter was incorrectly
using the string `grpc/protobuf` to validate the configuration. This
updates the validation to `grpc` which is spec compliant. Updated the
tests as well.
Fixes#6337
---------
Signed-off-by: Alex Boten <[email protected]>
Description
The
otlp.protocol
configuration for exporters currently checks if the protocol matches the stringgrpc/protobuf
, it should be checking forgrpc
instead to match the specification https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#configuration-optionsThe text was updated successfully, but these errors were encountered: