Skip to content
New issue

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

Unable to install OpenTelemetry module package #51

Closed
harshalschaudhari opened this issue May 16, 2024 · 2 comments
Closed

Unable to install OpenTelemetry module package #51

harshalschaudhari opened this issue May 16, 2024 · 2 comments

Comments

@harshalschaudhari
Copy link

harshalschaudhari commented May 16, 2024

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.

@harshalschaudhari harshalschaudhari changed the title Install the OpenTelemetry module package Unable to install OpenTelemetry module package May 16, 2024
@p-pautov
Copy link
Contributor

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.

@harshalschaudhari
Copy link
Author

Thanks for the quick response.

@p-pautov p-pautov closed this as not planned Won't fix, can't repro, duplicate, stale May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants