Hi,
We are trying the jaeger as backend for the tracing.
i have installed the jaeger operator in our Kubernetes cluster and tried the automatic sidecar injection for jaeger agent deployment using the below annotations in manifest.
it deployed the jaeger-agent sidecar container pointed to some default collector url
--reporter.grpc.host-port=dns:///simplest-collector-headless.observability.svc:14250
In my case, i need to deploy the jaeger-agent using automatic sidecar with external jaeger-collector url.
I searched through the documents and github pages but i couldn't find the exact way.
Can anyone help me on how to pass the --reporter.grpc.host-port as part of the automatic side car injection of jaeger-agent using jaeger-operator.
Regards,
Poovendran