Skip to content

Commit bb494df

Browse files
authored
Merge pull request #207079 from aimee-littleton/patch-82
updates to metrics page
2 parents 4c17b1d + c78acdd commit bb494df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-network/nat-gateway/nat-metrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ NAT gateway resources provide the following multi-dimensional metrics in Azure M
3434
| Bytes | Bytes processed inbound and outbound | Sum | Direction (In; Out), Protocol (6 TCP; 17 UDP) |
3535
| Packets | Packets processed inbound and outbound | Sum | Direction (In; Out), Protocol (6 TCP; 17 UDP) |
3636
| Dropped packets | Packets dropped by the NAT gateway | Sum | / |
37-
| SNAT Connection Count | Number of new SNAT connections over a given interval of time | Sum | Connection State, Protocol (6 TCP; 17 UDP) |
38-
| Total SNAT connection count | Total number of active SNAT connections (~ SNAT ports currently in use by NAT gateway) | Sum | Protocol (6 TCP; 17 UDP) |
37+
| SNAT Connection Count | Number of new SNAT connections over a given interval of time | Sum | Connection State (Attempted, Established, Failed, Closed, Timed Out), Protocol (6 TCP; 17 UDP) |
38+
| Total SNAT connection count | Total number of active SNAT connections | Sum | Protocol (6 TCP; 17 UDP) |
3939
| Data path availability (Preview) | Availability of the data path of the NAT gateway. Used to determine whether the NAT gateway endpoints are available for outbound traffic flow. | Avg | Availability (0, 100) |
4040

4141
## Where to find my NAT gateway metrics
@@ -122,7 +122,7 @@ Reasons for why you may see dropped packets:
122122

123123
### SNAT connection count
124124

125-
The SNAT connection count metric shows you the number of newly used SNAT ports within a specified time frame.
125+
The SNAT connection count metric shows you the number of new SNAT connections within a specified time frame.
126126

127127
Use this metric to:
128128

0 commit comments

Comments
 (0)