open-telemetry / opentelemetry-cpp-contrib

https://opentelemetry.io/
Apache License 2.0
125 stars 140 forks source link

Support nginx 1.27.0 #467

Open christhegrand opened 4 months ago

christhegrand commented 4 months ago

Describe your environment Describe any aspect of your environment relevant to the problem, including your platform, build system, version numbers of installed dependencies, etc. If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on main branch.

Steps to reproduce Describe exactly how to reproduce the error. Include a code sample if applicable.

nginx 1.27.0 is not yet supported by this module. When will it be supported?

What is the expected behavior? What did you expect to see?

I expected to be able to use this module with nginx 1.27.0.

What is the actual behavior? What did you see instead?

There is not yet a version of the module that works with nginx 1.27.0.

Additional context Add any other context about the problem here.

odorT commented 19 hours ago

[emerg] 1#1: dlopen() "/opt/opentelemetry-webserver/agent/WebServerModule/Nginx/1.27.2/ngx_http_opentelemetry_module.so" failed (Error loading shared library /opt/opentelemetry-webserver/agent/WebServerModule/Nginx/1.27.2/ngx_http_opentelemetry_module.so: No such file or directory) in /etc/nginx/nginx.conf:2

current version is 1.27.2. Would be very cool if newer versions are supported