opentelemetry-cpp-contrib icon indicating copy to clipboard operation
opentelemetry-cpp-contrib copied to clipboard

New Release for nginx 1.25.2

Open infa-kparida opened this issue 2 years ago • 1 comments

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

infa-kparida avatar Oct 04 '23 03:10 infa-kparida

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.

trajano avatar Nov 13 '23 13:11 trajano