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
I spent a bunch of time figuring out that a basic example app trying to send traces to an OpenTelemetry collector running locally wants an otlp.WithInsecure() in order to work.
Some sort of error or log message to tell me this would have been great.
I was getting an "exporter disconnected" log message from somewhere, but I couldn't tell much from that.
The text was updated successfully, but these errors were encountered:
I spent a bunch of time figuring out that a basic example app trying to send traces to an OpenTelemetry collector running locally wants an
otlp.WithInsecure()
in order to work.Some sort of error or log message to tell me this would have been great.
I was getting an "exporter disconnected" log message from somewhere, but I couldn't tell much from that.
The text was updated successfully, but these errors were encountered: