nginxinc/nginx-otel

Unable to install OpenTelemetry module package

Closed this issue · 2 comments

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
image

To reproduce

Steps to reproduce the behavior:

  1. I have run the Nginx latest image in docker using console.
docker run -it --rm -d -p 8080:80 --name web nginx

image

  1. Get into the container and trying to Install the OpenTelemetry module package.
apt-get install nginx-plus-module-otel

Expected behavior

OpenTelemetry module package should be install successfully.

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.

Thanks for the quick response.