NGINX exporter metrics
Configuration parameters
Key
Description
Default
TLS / SSL
Get started
server {
listen 80;
listen [::]:80;
server_name localhost;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
}
# Configure the stub status handler.
location /status {
stub_status;
}
}Configuration with NGINX Plus REST API
Command line
Configuration file
Test your configuration
Exported metrics
Last updated
Was this helpful?