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

Add a prometheus exporter to the reverse proxy server for nginx #183

Open
LDiazN opened this issue Feb 14, 2025 · 0 comments
Open

Add a prometheus exporter to the reverse proxy server for nginx #183

LDiazN opened this issue Feb 14, 2025 · 0 comments
Assignees
Labels

Comments

@LDiazN
Copy link
Contributor

LDiazN commented Feb 14, 2025

The reverse proxy service (see

source = "../../modules/ooniapi_service"
) has no metrics for monitoring with Prometheus (there is no /metrics endpoint) so it doesn't show up when monitoring ECS tasks.

It would be useful to add an exporter for nginx metrics to check the failure rates of reverse proxying requests.

We could add this exporter for nginx:
https://github.com/nginx/nginx-prometheus-exporter

@LDiazN LDiazN self-assigned this Feb 14, 2025
LDiazN added a commit that referenced this issue Feb 20, 2025
Changing the branch used for the reverse proxy service to test the
configuration of the metrics exporting.

This is related to #183
@hellais hellais added the priority/medium Normal priority issue label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants