Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
After removing extra environment variables jaeger query works again. Tested with 1.50.0 and 1.53.0. Will close this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
Hi!
I'm deploying Jaeger Query on ECS Fargate and I have an issue seeing my services as GRPC Query service has an issue with connectivity.
localhost - can listen, can't connect (not recommended on ECS to use localhost, 127.0.0.1 is advised)
service-discovery DNS (IP of Container) - can't listen...
I'm using CLI Flag:
--query.grpc-server.host-port
but when I specify for example 0.0.0.0:16685 - then Jaeger Query does not know where to connect.I'm wondering, would it make sense to have 2 CLI Flags?
In that case I could use 0.0.0.0 for server and then use DNS Host for client which would point to that container?
Or maybe I'm missing something or doing something wrong here?
Steps to reproduce
Try to deploy Jaeger Query to ECS Fargate using AWSVPC Networking.
Expected behavior
GRPC Query Service could connect to itself internally.
Relevant log output
No response
Screenshot
No response
Additional context
No response
Jaeger backend version
1.53.0
SDK
No response
Pipeline
No response
Stogage backend
AWS OpenSearch
Operating system
Linux
Deployment model
AWS ECS Fargate
Deployment configs
No response
Beta Was this translation helpful? Give feedback.
All reactions