Failed to connect to localhost/0:0:0:0:0:0:0:1:4317 #8100
Unanswered
swapnil-kotwal-sp
asked this question in
Q&A
Replies: 1 comment 5 replies
-
From the log message it looks like you are not using the java agent, is that correct? If so what are you using, spring starter? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Team,
I'm running my local Otel-Collector container on port 4343 as below
I've set Environment variable as
OTEL_EXPORTER_OTLP_ENDPOINT=http://otel_collector:4343/
whereotel_collector
is pointed to127.0.0.1
But, still OpenTelemetry SDK not getting the endpoint, what am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions