open-telemetry / opentelemetry-cpp-contrib

https://opentelemetry.io/
Apache License 2.0
121 stars 130 forks source link

New Release for nginx 1.25.2 #330

Open infa-kparida opened 9 months ago

infa-kparida commented 9 months ago

It looks like the library is supporting till nginx version 1.23.1. If we use this library with higher version we are getting below error nginx: [emerg] module "/etc/nginx/modules/otel_ngx_module.so" version 1018000 instead of 1019003 in /etc/nginx/nginx.conf:8

Can we get the latest release that can support nginx 1.25.2 ? or anyway to build it for the newer version of Nginx

trajano commented 7 months ago

I think there needs to be some workflow that would detect that there's a new version of nginx and push a prebuilt Docker image containing the module rather than assembling it ourselves.