Re: Nginx - quic issue

2022-11-17 Thread claire liu
Hello Sergey, Thanks for your reply. I will update this to opentelemetry. But I still want to ensure that I only need to load the opentelemetry-webserver module in nginx.conf to get the traces, no other steps need to be done. I am afraid I missed something. I checked the source code of the mainlin

Re: Nginx - quic issue

2022-11-17 Thread Sergey A. Osokin
Hi Claire, thanks for the question. On Thu, Nov 17, 2022 at 12:30:46PM -0600, claire liu wrote: > I am using Nginx-quic in my research and having trouble getting traces from > Nginx-quic using the opentelemetry-Nginx module provided by opentelemetry, > which enables tracing of incoming requests t

Nginx - quic issue

2022-11-17 Thread claire liu
Hello, I am using Nginx-quic in my research and having trouble getting traces from Nginx-quic using the opentelemetry-Nginx module provided by opentelemetry, which enables tracing of incoming requests to the server by injecting instrumentation into the Nginx server at runtime. These are the steps