Skip to content

Commit e9f7ba1

Browse files
Update monitor-vpn-gateway-reference.md
1 parent 8578e70 commit e9f7ba1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/vpn-gateway/monitor-vpn-gateway-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Metrics in Azure Monitor are numerical values that describe some aspect of a sys
2323
| **BGP Peer Status** | Count | 5 minutes | Average BGP connectivity status per peer and per instance. |
2424
| **BGP Routes Advertised** | Count | 5 minutes | Number of routes advertised per peer and per instance. |
2525
| **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. |
2828
| **Gateway P2S Bandwidth** | Bytes/s | 1 minute | Average combined bandwidth utilization of all point-to-site connections on the gateway. |
2929
| **Gateway S2S Bandwidth** | Bytes/s | 5 minutes | Average combined bandwidth utilization of all site-to-site connections on the gateway. |
3030
| **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
4040
| **Tunnel MMSA Count** | Count | 5 minutes | Number of main mode security associations present. |
4141
| **Tunnel Peak PPS** | Count | 5 minutes | Max number of packets per second per tunnel. |
4242
| **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. |
4444
| **User Vpn Route Count** | Count | 5 minutes | Number of user VPN routes configured on the VPN Gateway. |
4545
| **VNet Address Prefix Count** | Count | 5 minutes | Number of virtual network address prefixes that are used/advertised by the gateway. |
4646

0 commit comments

Comments
 (0)