Azure App Service
The Azure App Service integration allows you to monitor your Azure App service through FortiMonitor.
To add the service to your FortiMonitor account:
-
Follow the instructions provided in Connecting FortiMonitor and Azure
Metrics
The following table describes the metrics supported by FortiMonitor for EC2.
See https://docs.microsoft.com/en-us/azure/app-service/ for more information.
Metric |
Unit |
Description |
---|---|---|
Bytes Received |
Bytes |
The amount of incoming bandwidth consumed by the app. |
Bytes Sent |
Bytes |
The amount of outgoing bandwidth consumed by the app. |
Http Server Errors |
Count |
The number of HTTP server errors. |
Memory Working Set |
Bytes |
The current amount of memory used by the app. |
Average Memory Working Set |
Bytes |
The average amount of memory used by the app. |
CPU Time |
Seconds |
The amount of CPU consumed by the app. For more information about this metric, see https://docs.microsoft.com/en-us/azure/app-service/web-sites-monitor#cpu-time-vs-cpu-percentage . |
Requests |
Count |
The total number of requests. |
Http 101 |
Count |
The number of requests resulting in HTTP 101 status code. |
Http 2xx |
Count |
The number of requests resulting in an HTTP status code ≥ 200 but < 300. |
Http 3xx |
Count |
The number of requests resulting in an HTTP status code ≥ 300 but < 400. |
Http 401 |
Count |
The number of requests resulting in HTTP 401 status code. |
Http 403 |
Count |
The number of requests resulting in HTTP 403 status code. |
Http 404 |
Count |
The number of requests resulting in HTTP 404 status code. |
Http 406 |
Count |
The number of requests resulting in HTTP 406 status code. |
Http 4xx |
4xxs |
The number of requests resulting in an HTTP status code ≥ 400 but < 500. |
Http 5xx |
5xxs |
The number of requests resulting in an HTTP status code ≥ 500 but < 600. |
Average Response Time |
sec |
The average time it takes for the app to respond to requests. |
Connections |
Count |
The number of bound sockets existing in the sandbox. |
Handle Count |
Count |
The total number of handles currently open by the app process. |
Thread Count |
Count |
The number of threads currently active in the app process. |