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
Steps to reproduce
Run otel-collect with OTLP listener on localhost:4317, and launch the gRPC example example_otlp_grpc.
What is the expected behavior?
The export should succeed and no error shows in the log.
What is the actual behavior?
[Error] File: ..\exporters\otlp\src\otlp_grpc_exporter.cc:118[OTLP Exporter] Export() failed: failed to connect to all addresses[Error] File: ..\exporters\otlp\src\otlp_grpc_exporter.cc:118[OTLP Exporter] Export() failed: failed to connect to all addresses[Error] File: ..\exporters\otlp\src\otlp_grpc_exporter.cc:118[OTLP Exporter] Export() failed: failed to connect to all addresses[Error] File: ..\exporters\otlp\src\otlp_grpc_exporter.cc:118[OTLP Exporter] Export() failed: failed to connect to all addresses
Additional context
The URL scheme like http:// should be removed before passing to gRPC.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Run otel-collect with OTLP listener on localhost:4317, and launch the gRPC example
example_otlp_grpc
.What is the expected behavior?
The export should succeed and no error shows in the log.
What is the actual behavior?
Additional context
The URL scheme like
http://
should be removed before passing to gRPC.The text was updated successfully, but these errors were encountered: