You've already forked nginx_exporter
mirror of
https://github.com/nginxinc/nginx-prometheus-exporter.git
synced 2025-07-30 10:03:04 +03:00
Add pre-commit and fix issues (#354)
This commit is contained in:
@ -29,7 +29,6 @@ The dashboard comes with 2 rows with the following graphs for NGINX metrics:
|
||||
* Status
|
||||
* Up/Down graph per instance. It shows the `nginx_up` metric.
|
||||
* Metrics
|
||||
* Processed connections (`nginx_connections_accepted` and `nginx_connections_handled` metrics). This graph shows an [irate](https://prometheus.io/docs/prometheus/latest/querying/functions/#irate) in a range of 5 minutes. Useful for seeing the variation of the processed connections in time.
|
||||
* Processed connections (`nginx_connections_accepted` and `nginx_connections_handled` metrics). This graph shows an [irate](https://prometheus.io/docs/prometheus/latest/querying/functions/#irate) in a range of 5 minutes. Useful for seeing the variation of the processed connections in time.
|
||||
* Active connections (`nginx_connections_active`, `nginx_connections_reading`, `nginx_connections_waiting` and `nginx_connections_writing`). Useful for checking what is happening right now.
|
||||
* Total Requests with an irate (5 minutes range too) of the total number of client requests (`nginx_http_requests_total`) over time.
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user