[Feature]: Expose OTLP Ports in all-in-one docker image #4808
Labels
enhancement
help wanted
Features that maintainers are willing to accept but do not have cycles to implement
Requirement
In the all-in-one docker image Open Telemetry protocol ports (
4317
,4318
) need to be exposed. https://github.com/jaegertracing/jaeger/blob/main/cmd/all-in-one/DockerfileProblem
We have a testcontainer setup where we rely on the ports marked as exposed by the image. Eg. when running the image with "publish all" flag ie.
docker run -P
the OTLP ports are not publishedProposal
Let me know if this is okay to expose. Will raise PR post discussion.
Open questions
No response
The text was updated successfully, but these errors were encountered: