Need assistance with multiple ports, health checks and out pipeline #6883
kingDaddyFreshness
started this conversation in
General
Replies: 1 comment 1 reply
-
We did talk about this briefly before in different flavors, including when talking about the Jaeger remote sampling extension clashing with the Jaeger receiver (cc @frzifus). One possible solution would be to add an option for users to share the same port and let components reuse it, registering their endpoints. As far as I know, nobody played with this before and nobody is planning on working on it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all!
as you already know, the open-telemetry collector can be configured to use different ports for different protocols (one for http, one for grpc, etc). Additionally, there is a different port for the health check. For reasons that I won't bore you with, our deployment pipeline is not great at handling an application with multiple ports - particularly in regards to health checks. When we provision the collector, our pipeline "assumes" that the service (ie. http or grpc) is running on the same port as the health check.
I'm wondering if there is a simple solution here?
Here are the solutions I'm imagining:
I've seen in other forums that other folks have run into this problem. Would very much like some guidance on a solution. Thanks - and let me know if you have any questions!
-john
Beta Was this translation helpful? Give feedback.
All reactions