@@ -23,6 +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
28
| ** Gateway P2S Bandwidth** | Bytes/s | 1 minute | Average combined bandwidth utilization of all point-to-site connections on the gateway. |
27
29
| ** Gateway S2S Bandwidth** | Bytes/s | 5 minutes | Average combined bandwidth utilization of all site-to-site connections on the gateway. |
28
30
| ** P2S Connection Count** | Count | 1 minute | Count of point-to-site connections on the gateway. |
@@ -38,9 +40,9 @@ Metrics in Azure Monitor are numerical values that describe some aspect of a sys
38
40
| ** Tunnel MMSA Count** | Count | 5 minutes | Number of main mode security associations present. |
39
41
| ** Tunnel Peak PPS** | Count | 5 minutes | Max number of packets per second per tunnel. |
40
42
| ** Tunnel QMSA Count** | Count | 5 minutes | Number of quick mode security associations present. |
41
- | ** Tunnel Total Flow Count** | Count | 5 minutes | Number of distinct flows created per tunnel. |
43
+ | ** Tunnel Total Flow Count** | Count | 5 minutes | Number of distinct 3-tuple flows created per tunnel. |
42
44
| ** User Vpn Route Count** | Count | 5 minutes | Number of user VPN routes configured on the VPN Gateway. |
43
- | ** VNet Address Prefix Count** | Count | 5 minutes | Number of virtual network address prefixes that are used/advertised by the gateway. |
45
+ | ** VNet Address Prefix Count** | Count | 5 minutes | Number of virtual network address prefixes that are used/advertised by the gateway. |
44
46
45
47
## Resource logs
46
48
@@ -57,4 +59,4 @@ The following resource logs are available in Azure:
57
59
## Next steps
58
60
59
61
* For more information about VPN Gateway monitoring, see [ Monitoring Azure VPN Gateway] ( monitor-vpn-gateway.md ) .
60
- * To learn more about metrics in Azure Monitor, see [ Metrics in Azure Monitor] ( ../azure-monitor/essentials/data-platform-metrics.md ) .
62
+ * To learn more about metrics in Azure Monitor, see [ Metrics in Azure Monitor] ( ../azure-monitor/essentials/data-platform-metrics.md ) .
0 commit comments