You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand correctly, webserver autoinstrumentation is far behind (nginx 1.23). So I'm building my container with the Dockerfile above to use the nginx "manual" instrumentation.
However, I'm using kubernetes and I'd like to use env vars injection, say with instrumentation.opentelemetry.io/inject-sdk annotation. As described here, it sounds possible to use env vars. But the nginx.conf configuration above doesn't send the traces to my otel collector.
What is the actual behavior?
With the described configuration, the nginx cpp module doesn't seem to pick the env var and does not send variables
Additional context
I'm testing with :
curl localhost:8080/ping
The text was updated successfully, but these errors were encountered:
Describe your environment
nginx 1.27.1
Steps to reproduce
Dockerfile:
nginx.conf:
What is the expected behavior?
If I understand correctly, webserver autoinstrumentation is far behind (nginx 1.23). So I'm building my container with the Dockerfile above to use the nginx "manual" instrumentation.
However, I'm using kubernetes and I'd like to use env vars injection, say with instrumentation.opentelemetry.io/inject-sdk annotation. As described here, it sounds possible to use env vars. But the nginx.conf configuration above doesn't send the traces to my otel collector.
What is the actual behavior?
With the described configuration, the nginx cpp module doesn't seem to pick the env var and does not send variables
Additional context
I'm testing with :
The text was updated successfully, but these errors were encountered: