HugManh commented on issue #9961: URL: https://github.com/apache/trafficserver/issues/9961#issuecomment-1623890654
> How does your observability stack look like? > > The plugin is sending a OTLP http request for sending the trace info to a backend. So if your backend is quite far away, it can take quite some time. My backend is pretty close so I think it's not due to this. I tried with opentelemetry-cpp version 1.3.0 and as a result request time is faster than branch master . Note: The results I posted above is from the opentelemetry branch master[#](https://github.com/apache/trafficserver/issues/9961#issue-1790816839). Do you think the problem is with the sdk? Result of version 1.3.0:  > One alternative is this - https://opentelemetry.io/docs/collector/deployment/agent/ You can have the deployment of an agent/collector on the same host of your ATS. And you configure the plugin to send OTLP request to the agent/collector instead. That should be much faster. And then you let the agent/collector do its work to send the info to a real backend. I will try this later, Thankyou @shukitchan -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
