You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2020. It is now read-only.
Requirement - what kind of business use case are you trying to solve?
I am attempting to use jaeger tracing to observe into the applications at my company. The attempt is to use the jaeger agent as a sidecar, and send the traces to a collector in a separate namespace.
Problem - what in Jaeger blocks you from solving the requirement?
The argument provided to the jaeger agent --collector.host-port=jaeger-collector.jaeger-infra.svc:14267 is deprecated, leading to the jaeger agent to crash on boot due to lack of address. The error: could not create collector proxy, address is missing
Proposal - what do you suggest to solve the problem or improve the existing situation?
Change the argument to the sidecar jaeger agent to ["--reporter.type=tchannel", "--reporter.tchannel.host-port=jaeger-collector.jaeger-infra.svc:14267"]
The text was updated successfully, but these errors were encountered:
@pavolloffay shouldn't these options be still recognized? If we broke backwards compatibility here, we need to change the OpenShift templates and Operator as well.
Requirement - what kind of business use case are you trying to solve?
I am attempting to use jaeger tracing to observe into the applications at my company. The attempt is to use the jaeger agent as a sidecar, and send the traces to a collector in a separate namespace.
Problem - what in Jaeger blocks you from solving the requirement?
The argument provided to the jaeger agent
--collector.host-port=jaeger-collector.jaeger-infra.svc:14267
is deprecated, leading to the jaeger agent to crash on boot due to lack of address. The error:could not create collector proxy, address is missing
Proposal - what do you suggest to solve the problem or improve the existing situation?
Change the argument to the sidecar jaeger agent to
["--reporter.type=tchannel", "--reporter.tchannel.host-port=jaeger-collector.jaeger-infra.svc:14267"]
The text was updated successfully, but these errors were encountered: