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/azure-monitor/essentials/metrics-supported.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2720,13 +2720,13 @@ This latest update adds a new column and reorders the metrics to be alphabetical
2720
2720
2721
2721
|Metric|Exportable via Diagnostic Settings?|Metric Display Name|Unit|Aggregation Type|Description|Dimensions|
2722
2722
|---|---|---|---|---|---|---|
2723
-
|AllocatedSnatPorts|No|Allocated SNAT Ports|Count|Average|Total number of SNAT ports allocated within time period|FrontendIPAddress, BackendIPAddress, ProtocolType, IsAwaitingRemoval|
2724
-
|ByteCount|Yes|Byte Count|Bytes|Total|Total number of Bytes transmitted within time period|FrontendIPAddress, FrontendPort, Direction|
2723
+
|AllocatedSnatPorts|No|Allocated SNAT Ports|Count|Average|Average number of SNAT ports allocated within time period|FrontendIPAddress, BackendIPAddress, ProtocolType, IsAwaitingRemoval|
2724
+
|ByteCount|Yes|Byte Count|Bytes|Sum|Total number of Bytes transmitted within time period|FrontendIPAddress, FrontendPort, Direction|
2725
2725
|DipAvailability|Yes|Health Probe Status|Count|Average|Average Load Balancer health probe status per time duration|ProtocolType, BackendPort, FrontendIPAddress, FrontendPort, BackendIPAddress|
2726
-
|PacketCount|Yes|Packet Count|Count|Total|Total number of Packets transmitted within time period|FrontendIPAddress, FrontendPort, Direction|
2727
-
|SnatConnectionCount|Yes|SNAT Connection Count|Count|Total|Total number of new SNAT connections created within time period|FrontendIPAddress, BackendIPAddress, ConnectionState|
2728
-
|SYNCount|Yes|SYN Count|Count|Total|Total number of SYN Packets transmitted within time period|FrontendIPAddress, FrontendPort, Direction|
2729
-
|UsedSnatPorts|No|Used SNAT Ports|Count|Max|Max number of SNAT ports used within time period|FrontendIPAddress, BackendIPAddress, ProtocolType, IsAwaitingRemoval|
2726
+
|PacketCount|Yes|Packet Count|Count|Sum|Total number of Packets transmitted within time period|FrontendIPAddress, FrontendPort, Direction|
2727
+
|SnatConnectionCount|Yes|SNAT Connection Count|Count|Sum|Total number of new SNAT connections created within time period|FrontendIPAddress, BackendIPAddress, ConnectionState|
2728
+
|SYNCount|Yes|SYN Count|Count|Sum|Total number of SYN Packets transmitted within time period|FrontendIPAddress, FrontendPort, Direction|
2729
+
|UsedSnatPorts|No|Used SNAT Ports|Count|Average|Average number of SNAT ports used within time period|FrontendIPAddress, BackendIPAddress, ProtocolType, IsAwaitingRemoval|
2730
2730
|VipAvailability|Yes|Data Path Availability|Count|Average|Average Load Balancer data path availability per time duration|FrontendIPAddress, FrontendPort|
0 commit comments