You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/application-gateway-metrics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Application Gateway provides several built‑in timing metrics related to the re
28
28
29
29
> [!NOTE]
30
30
>
31
-
> If there are more than one listener in the Application Gateway, then always filter by *Listener* dimension while comparing different latency metrics in order to get meaningful inference.
31
+
> If there is more than one listener in the Application Gateway, then always filter by *Listener* dimension while comparing different latency metrics in order to get meaningful inference.
32
32
33
33
You can use timing metrics to determine whether the observed slowdown is due to the client network, Application Gateway performance, the backend network and backend server TCP stack saturation, backend application performance, or large file size. For more information, see [Timing metrics](monitor-application-gateway-reference.md#timing-metrics).
Copy file name to clipboardExpand all lines: articles/application-gateway/monitor-application-gateway-reference.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,15 @@ See [Monitor Azure Application Gateway](monitor-application-gateway.md) for deta
19
19
20
20
### Supported metrics for Microsoft.Network/applicationGateways
21
21
22
-
The following table lists the metrics available for the Microsoft.Network/applicationGateways resource type.
22
+
The following table lists the all metrics available for the Microsoft.Network/applicationGateways resource type. Additional description details for many metrics are included after this table.
Application Gateway provides several built‑in timing metrics related to the request and response, which are all measured in milliseconds. For details, see the [metrics table](#supported-metrics-for-microsoftnetworkapplicationgateways).
30
+
Application Gateway provides many built‑in timing metrics related to the request and response, which are all measured in milliseconds. What follows is an expanded description of the timing metrics already listed in the previous metrics table[metrics table](#supported-metrics-for-microsoftnetworkapplicationgateways).
31
31
32
32
-**Backend connect time**. This value includes the network latency and the time taken by the backend server's TCP stack to establish new connections. For TLS, it also includes the time spent on handshake.
33
33
-**Backend first byte response time**. This value approximates the sum of *Backend connect time*, time taken by the request to reach the backend from Application Gateway, time taken by backend application to respond, which is the time the server takes to generate content and potentially fetch database queries, and the time taken by first byte of the response to reach the Application Gateway from the backend.
@@ -55,7 +55,7 @@ For Application Gateway, the following metrics are available. For details, see t
55
55
56
56
### Backend metrics
57
57
58
-
The following metrics are available. For details, see the [metrics table](#supported-metrics-for-microsoftnetworkapplicationgateways).
58
+
The following backend metrics are available. What follows is a list and expanded descriptions of the backend metrics already listed in the previous[metrics table](#supported-metrics-for-microsoftnetworkapplicationgateways).
59
59
60
60
-**Backend response status**. Count of HTTP response status codes returned by the backends, not including any response codes generated by the Application Gateway. The response status code distribution can be categorized to show responses in 2xx, 3xx, 4xx, and 5xx categories.|
61
61
-**Healthy host count**. The number of hosts that are determined healthy by the health probe. You can filter on a per backend pool basis to show the number of healthy hosts in a specific backend pool.
0 commit comments