We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have followed the step to Install the OpenTelemetry module package by referring document https://docs.nginx.com/nginx/admin-guide/dynamic-modules/opentelemetry/
and getting error as below
Steps to reproduce the behavior:
docker run -it --rm -d -p 8080:80 --name web nginx
apt-get install nginx-plus-module-otel
OpenTelemetry module package should be install successfully.
The text was updated successfully, but these errors were encountered:
Looks like a duplicate of #30. You need to add Nginx package repo to the system. Also, note that we now provide docker images with OTel module preinstalled.
Sorry, something went wrong.
Thanks for the quick response.
No branches or pull requests
Unable to locate package nginx-plus-module-otel
I have followed the step to Install the OpenTelemetry module package by referring document
https://docs.nginx.com/nginx/admin-guide/dynamic-modules/opentelemetry/
and getting error as below
To reproduce
Steps to reproduce the behavior:
docker run -it --rm -d -p 8080:80 --name web nginx
Expected behavior
OpenTelemetry module package should be install successfully.
The text was updated successfully, but these errors were encountered: