NGINX Metrics Reference
Complete reference of all NGINX metrics collected by the Amplify Agent.
Connection Metrics
| Metric |
Description |
nginx.http.conn.active |
Current active connections |
nginx.http.conn.reading |
Connections reading request |
nginx.http.conn.writing |
Connections writing response |
nginx.http.conn.waiting |
Keep-alive connections waiting |
nginx.http.conn.accepted |
Total accepted connections |
nginx.http.conn.dropped |
Dropped connections |
Request Metrics
| Metric |
Description |
nginx.http.request.count |
Total requests processed |
nginx.http.request.current |
Requests per second |
nginx.http.request.body_bytes_sent |
Response body bytes sent |
Response Code Metrics
| Metric |
Description |
nginx.http.status.2xx |
Successful responses |
nginx.http.status.3xx |
Redirection responses |
nginx.http.status.4xx |
Client error responses |
nginx.http.status.5xx |
Server error responses |