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/vpn-gateway/monitor-vpn-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
@@ -23,8 +23,8 @@ Metrics in Azure Monitor are numerical values that describe some aspect of a sys
23
23
|**BGP Peer Status**| Count | 5 minutes | Average BGP connectivity status per peer and per instance. |
24
24
|**BGP Routes Advertised**| Count | 5 minutes | Number of routes advertised per peer and per instance. |
25
25
|**BGP Routes Learned**| Count | 5 minutes | Number of routes learned per peer and per instance. |
26
-
|**Gateway Inbound Flows**| Count | 5 minutes | Number of distinct 5-tuple flows flowing into a VPN Gateway. Limit is 250k flows. |
27
-
|**Gateway Outbound Flows**| Count | 5 minutes | Number of distinct 5-tuple flows flowing out of a VPN Gateway. Limit is 250k flows. |
26
+
|**Gateway Inbound Flows**| Count | 5 minutes | Number of distinct 5-tuple flows (protocol, local IP address, remote IP address, local port, and remote port) flowing into a VPN Gateway. Limit is 250k flows. |
27
+
|**Gateway Outbound Flows**| Count | 5 minutes | Number of distinct 5-tuple flows (protocol, local IP address, remote IP address, local port, and remote port) flowing out of a VPN Gateway. Limit is 250k flows. |
28
28
|**Gateway P2S Bandwidth**| Bytes/s | 1 minute | Average combined bandwidth utilization of all point-to-site connections on the gateway. |
29
29
|**Gateway S2S Bandwidth**| Bytes/s | 5 minutes | Average combined bandwidth utilization of all site-to-site connections on the gateway. |
30
30
|**P2S Connection Count**| Count | 1 minute | Count of point-to-site connections on the gateway. |
@@ -40,7 +40,7 @@ Metrics in Azure Monitor are numerical values that describe some aspect of a sys
40
40
|**Tunnel MMSA Count**| Count | 5 minutes | Number of main mode security associations present. |
41
41
|**Tunnel Peak PPS**| Count | 5 minutes | Max number of packets per second per tunnel. |
42
42
|**Tunnel QMSA Count**| Count | 5 minutes | Number of quick mode security associations present. |
43
-
|**Tunnel Total Flow Count**| Count | 5 minutes | Number of distinct 3-tuple flows created per tunnel. |
43
+
|**Tunnel Total Flow Count**| Count | 5 minutes | Number of distinct 3-tuple flows (protocol, local IP address, remote IP address) created per tunnel. |
44
44
|**User Vpn Route Count**| Count | 5 minutes | Number of user VPN routes configured on the VPN Gateway. |
45
45
|**VNet Address Prefix Count**| Count | 5 minutes | Number of virtual network address prefixes that are used/advertised by the gateway. |
0 commit comments