🌐
GitHub
github.com › nginx › nginx-prometheus-exporter
GitHub - nginx/nginx-prometheus-exporter: NGINX Prometheus Exporter for NGINX and NGINX Plus · GitHub
NGINX Prometheus exporter fetches the metrics from a single NGINX or NGINX Plus, converts the metrics into appropriate Prometheus metrics types and finally exposes them via an HTTP server to be collected by Prometheus.
Author: nginx
🌐
Docker Hub
hub.docker.com › r › nginx › nginx-prometheus-exporter
nginx/nginx-prometheus-exporter - Docker Image
NGINX⁠ exposes a handful of metrics ... Prometheus exporter fetches the metrics from a single NGINX or NGINX Plus, converts the metrics into appropriate Prometheus metrics types and finally exposes them via an HTTP server to be collected by Prometheus⁠....
Discussions

How do you all use nginx exporter ?
You need the commercial nginx offering for more advanced metrics iirc. More on reddit.com
🌐 r/devops
16
19
March 10, 2025
Nginx Prometheus exporter default looking URI not changing
nginx-prometheus-exporter: container_name: nginx-prometheus-exporter image: nginx/nginx-prometheus-exporter:1.2.0 environment: - SSL_VERIFY=false command: -nginx.scrape-uri http://192.168.1.16:80/stub_status restart: always You dont need that equal sign apparently? More on reddit.com
🌐 r/devops
10
0
July 2, 2024
Nginx metrics on grafana
The Git repo you are referring to is using Prometheus which is a great solution for monitoring ! Why not follow the installation guide ? ... What do you mean ? It's using Nginx LUA extension to get, store and display metrics. It will be lighter than Loki ... Are you saying that i can replace openresty with standard nginx? I will try again, but i don't know if i can do it. ... Hello! The exporter ... More on reddit.com
🌐 r/grafana
9
2
April 3, 2024
Dashboard Nginx Exporter
There is a simple dashboard in the exporter repo. Start with that and add to it as needed. Let it grow organically to suit your needs. https://github.com/nginxinc/nginx-prometheus-exporter/blob/main/grafana/README.md More on reddit.com
🌐 r/PrometheusMonitoring
4
3
October 3, 2023
🌐
Reddit
reddit.com › r/devops › how do you all use nginx exporter ?
r/devops on Reddit: How do you all use nginx exporter ?
March 10, 2025 -

I need the exporter to show metrics on grafana through Prometheus. But the fact that nginx Prometheus exporter is very basic , how can I make it more customised? Like showing latency, error/success for each api, etc

It would be also helpful if you all can suggest some other important metrics.

Intern need to impress manager.

🌐
NGINX
docs.nginx.com › nginx-ingress-controller › logging-and-monitoring › prometheus
Enable Prometheus metrics | NGINX Documentation
Make Prometheus aware of the Ingress Controller targets by adding the following annotations to the template of the Ingress Controller pod (note: this assumes your Prometheus is configured to discover targets by analyzing the annotations of pods): ... Exported by NGINX/NGINX Plus.
🌐
ECR Public Gallery
gallery.ecr.aws › nginx › nginx-prometheus-exporter
Amazon ECR Public Gallery - NGINX, Inc./nginx-prometheus-exporter
NGINX Plus provides a richer set ... Prometheus exporter fetches the metrics from a single NGINX or NGINX Plus, converts the metrics into appropriate Prometheus metrics types and finally exposes them via an HTTP server to be collected by Prometheus....
🌐
Chainguard
images.chainguard.dev › directory › image › nginx-prometheus-exporter › overview
nginx-prometheus-exporter Secure-by-Default Container Image | Chainguard
The nginx-prometheus-exporter image is designed to scrape metrics from an NGINX instance and expose them to Prometheus in a secure and minimal environment.
Find elsewhere
🌐
Arch Linux
archlinux.org › packages › extra › x86_64 › nginx-prometheus-exporter
Arch Linux - nginx-prometheus-exporter 1.5.3-1 (x86_64)
View the file list for nginx-prometheus-exporter · View the soname list for nginx-prometheus-exporter · Copyright © 2002-2026 Judd Vinet, Aaron Griffin and Levente Polyák. The Arch Linux name and logo are recognized trademarks. Some rights reserved.
🌐
Sysdig
sysdig.com › blog › monitor-nginx-prometheus
How to monitor nginx in Kubernetes with Prometheus | Sysdig
March 27, 2026 - The first thing you need to do when you want to monitor nginx in Kubernetes with Prometheus is install the nginx exporter. Our recommendation is to install it as a sidecar for your nginx servers, just by adding it to the deployment.
🌐
DBI Services
dbi-services.com › accueil › nginx monitoring in prometheus
Nginx Monitoring in Prometheus
September 11, 2024 - Following my two previous blogs about monitoring, I will now focus on Nginx. Nginx Inc provides an exporter with it’s code: https://github.com/nginxinc/nginx-prometheus-exporter
🌐
Prometheus
prometheus.io › docs › instrumenting › exporters
Exporters and integrations | Prometheus
Nginx VTS exporter · Passenger exporter · Squid exporter · Tinyproxy exporter · Varnish exporter · WebDriver exporter · FairCom Edge exporter · AWS ECS exporter · AWS Health exporter · AWS SQS exporter · AWS SQS Prometheus exporter · Azure Health exporter ·
🌐
Grafana
grafana.com › grafana › dashboards › 12708-nginx
NGINX exporter | Grafana Labs
Official dashboard for NGINX Prometheus exporter for https://github.com/nginxinc/nginx-prometheus-exporter
🌐
Ubuntu
packages.ubuntu.com › source › jammy › prometheus-nginx-exporter
Ubuntu – Details of source package prometheus-nginx-exporter in jammy
prometheus-nginx-exporter · Prometheus exporter for NGINX webservers · adep: debhelper-compat (= 13) Package not available · adep: dh-sequence-golang · virtual package provided by dh-golang · adep: golang-any · Go programming language -- gccgo on "non-Go" platforms ·
🌐
GitHub
github.com › nginx › nginx-prometheus-exporter › releases
Releases · nginx/nginx-prometheus-exporter
NGINX Prometheus Exporter for NGINX and NGINX Plus - nginx/nginx-prometheus-exporter
Author: nginx
Author: martin-helmich
🌐
Medium
medium.com › @parthyadav3105 › quick-reference-for-collecting-nginx-metrics-using-prometheus-9cf6592bab93
Quick reference for collecting Nginx metrics using Prometheus | by Parth Yadav | Medium
March 10, 2020 - docker container run -d --rm -p 9113:9113 --name nginx-exporter nginx/nginx-prometheus-exporter -nginx.scrape-uri http://<your-machine-ip>:80/metrics
🌐
Alibaba Cloud
alibabacloud.com › help › en › arms › prometheus-monitoring › install-and-configure-new-nginx-exporter
Install and configure an NGINX exporter to monitor NGINX - Alibaba Cloud Managed Service for Prometheus - Alibaba Cloud - - Alibaba Cloud Documentation Center
June 1, 2023 - Alibaba Cloud Managed Service for Prometheus allows you to install and configure NGINX exporters. Managed Service for Prometheus also provides out-of-the-box dashboards that you can use to monitor your applications.
🌐
Martin-helmich
martin-helmich.de › en › blog › monitoring-nginx.html
NGINX Performance Metrics with Prometheus
March 24, 2017 - The format (format) describes the format in which NGINX writes its access logs (for more information, refer to the documentation). The exporter is a statically compiled Go binary, that you can install immediately after downloading: wget https://github.com/martin-helmich/prometheus-nginxlog-exporter/releases/download/v1.0.0/prometheus-nginxlog-exporter ./prometheus-nginxlog-exporter -config-file /pfad/zur/config.hcl
🌐
GitHub
github.com › orgs › nginxinc › packages › container › nginx-prometheus-exporter › 248318489
Package nginx-prometheus-exporter · GitHub
$ docker pull ghcr.io/nginxinc/nginx-prometheus-exporter:1.3@sha256:7f170c221a19738fb70c98d0920fcebf4581145a34179b1c935be956c4213229
🌐
Kubernetes
kubernetes.github.io › ingress-nginx › user-guide › monitoring
Prometheus and Grafana installation - Ingress-Nginx Controller
If prometheus is not installed, then you can install from here · The Ingress NGINX controller needs to be reconfigured for exporting metrics. This requires 3 additional configurations to the controller.