Prerequisites for monitoring Nginx server metrics:Click here
Using the REST API to add a new Nginx server monitor:Click here
Applications Manager's Nginx monitoring tool ensures high performance and maximum uptime. To create a Nginx Monitor, follow the steps given below:
| Parameters | Description | Supported in Prometheus |
|---|---|---|
| Response Time | The time taken for the Nginx server to respond while monitoring (in milliseconds). | ![]() |
| Active Connections | Refers to connections that are active currently. | ![]() |
| Requests Per Second | Refers to number of requests received per second. | ![]() |
| Requests in Reading State | Refers to number of requests in reading state currently. | ![]() |
| Requests in Writing State | Refers to number of requests in writing state currently. | ![]() |
| Requests in Waiting State | Refers to number of requests in waiting state currently. | ![]() |
It allows us to track crucial metrics such as response times, resource utilization, error rates, and transaction performance. The real-time monitoring alerts promptly notify us of any issues or anomalies, enabling us to take immediate action.
Reviewer Role: Research and Development