Closed codeboten closed 1 week ago
The otlp.protocol configuration for exporters currently checks if the protocol matches the string grpc/protobuf, it should be checking for grpc instead to match the specification https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#configuration-options
otlp.protocol
grpc/protobuf
grpc
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-options