Dipen Bhatt
02/14/2023, 2:45 PMjaeger-collector-host
or jaeger-endpoint
.
Now i could successfully trace nginx using signoz if i use jaeger-endpoint
and simply give it the signoz collector’s endpoint but how would i go on tracing nginx using jaeger-collector-host
.
The follow up question to above would be, is their any difference in tracing through agent or directly collector. My assumption is their might be some performance impact on application if directly sending trace data to collector as compared to agent since the agent works on UDP.
attaching the nginx ingress doc for reference https://kubernetes.github.io/ingress-nginx/user-guide/third-party-addons/opentracing/Srikanth Chekuri
02/14/2023, 2:53 PMbut how would i go on tracing nginx usingDepending on the protocol it would.jaeger-collector-host
host:14250
(grpc) or host:14268
(thrift/http)My assumption is their might be some performance impact on application if directly sending trace data to collector as compared to agent since the agent works on UDP.Are you talking about the jaeger-client instrumentation on your application side?
Dipen Bhatt
02/14/2023, 3:00 PMSrikanth Chekuri
02/14/2023, 3:17 PMDipen Bhatt
02/15/2023, 6:25 AMSrikanth Chekuri
02/15/2023, 6:57 AMDipen Bhatt
02/15/2023, 7:48 AMSrikanth Chekuri
02/15/2023, 7:52 AMBut can you point me to someone who might have more information on this one.Did you mean someone who knows more about the perf part of agent vs collector? or something else?
Dipen Bhatt
02/15/2023, 7:53 AMSrikanth Chekuri
02/15/2023, 7:56 AMDipen Bhatt
02/15/2023, 7:59 AM