Can not export when another service hosted in docker tries #4064
Answered
by
yurishkuro
bfaccruent
asked this question in
Q&A
-
Hi I have the following configuration of docker-compose :
I tried to ping "jaeger" from "API" service and it returned success. But the API_App using the following configuration in .NET does not export data and shows no error. When I run the API locally and use change host name from "jaeger" to "localhost" it works. What could be the cause ?
|
Beta Was this translation helpful? Give feedback.
Answered by
yurishkuro
Nov 23, 2022
Replies: 1 comment
-
When using http exporter you normally specify the url, not agent host/port. Check if there is another setting in the exporter. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bfaccruent
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using http exporter you normally specify the url, not agent host/port. Check if there is another setting in the exporter.