Jaeger: How to run jaeger-agent docker image with collector address configured?

Created on 7 Sep 2017  路  5Comments  路  Source: jaegertracing/jaeger

When I run docker run jaegertracing/jaeger-agent, I want to configure collector host and port, so that collector can collect the traces metrics, so is there a way to configure collector host and port?

Most helpful comment

If this is unclear from documentation let's keep this open and fix the docs

All 5 comments

$ docker run jaegertracing/jaeger-agent /go/bin/agent-linux --collector.host-port=jaeger-collector.jaeger-infra.svc:14267

thx, it works!

If this is unclear from documentation let's keep this open and fix the docs

Could you please assign this to me?

@jpkrohling - go for it (github assign does't work)

Was this page helpful?
0 / 5 - 0 ratings