File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,12 @@ NAT gateway resources provide the following multi-dimensional metrics in Azure M
35
35
36
36
| Metric | Description | Recommended Aggregation | Dimensions |
37
37
| ---| ---| ---| ---|
38
- | Bytes | Provides a count of bytes processed inbound and outbound | Sum | |
39
- | Packets | Provides a count of packets processed inbound and outbound | Sum | |
40
- | | | | |
41
- | | | | |
42
- | | | | |
38
+ | Bytes | Bytes processed inbound and outbound | Sum | |
39
+ | Packets | Packets processed inbound and outbound | Sum | |
40
+ | Dropped packets | Packets dropped by the NAT gateway | Sum | |
41
+ | SNAT Connection Count | State transitions per interval | Average | |
42
+ | Total SNAT connection count | Current active SNAT connections (~ SNAT ports in use) | Average | |
43
+
43
44
44
45
## Alerts
45
46
You can’t perform that action at this time.
0 commit comments