Skip to content

Commit c3af007

Browse files
authored
Fix formatting in load balancer diagnostics documentation
Adjusted formatting for clarity in load balancer diagnostics metrics table.
1 parent a32a968 commit c3af007

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

articles/load-balancer/load-balancer-standard-diagnostics.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The various load balancer configurations provide the following metrics:
2929

3030
| Metric | Resource type | Description | Recommended aggregation |
3131
| --- | --- | --- | --- |
32-
| Data Path Availability | Public and internal load balancer | A load balancer continuously uses the data path from within a region to the load balancer frontend, to the network that supports your VM. As long as healthy instances remain, the measurement follows the same path as your application's load-balanced traffic. The data path in use is validated. The measurement is invisible to your application and doesn’t interfere with other operations.| Average |
32+
| Data Path Availability | Public and internal load balancer | A load balancer continuously uses the data path from within a region to the load balancer frontend, to the network that supports your VM. As long as healthy instances remain, the measurement follows the same path as your application's load-balanced traffic. The data path in use is validated. The measurement is invisible to your application and doesn’t interfere with other operations. | Average |
3333
| Health Probe Status | Public and internal load balancer | A load balancer uses a distributed health-probing service that monitors your application endpoint's health according to your configuration settings. This metric provides an aggregate or per-endpoint filtered view of each instance endpoint in the load balancer pool. You can see how load balancer views the health of your application, as indicated by your health probe configuration. | Average |
3434
| SYN Count | Public and internal load balancer |A load balancer doesn’t terminate Transmission Control Protocol (TCP) connections or interact with TCP or User Data-gram Packet (UDP) flows. Flows and their handshakes are always between the source and the VM instance. To better troubleshoot your TCP protocol scenarios, you can make use of SYN packets counters to understand how many TCP connection attempts are made. The metric reports the number of TCP SYN packets that were received.| Sum |
3535
| Source Network Address Translation (SNAT) Connection Count | Public load balancer | A load balancer reports the number of outbound flows that are masqueraded to the Public IP address frontend. SNAT ports are an exhaustible resource. This metric can give an indication of how heavily your application is relying on SNAT for outbound originated flows. Counters for successful and failed outbound SNAT flows are reported. The counters can be used to troubleshoot and understand the health of your outbound flows.| Sum |
@@ -43,6 +43,9 @@ The various load balancer configurations provide the following metrics:
4343
>
4444
>Max and min aggregations are not available for the SYN count, packet count, SNAT connection count, and byte count metrics.
4545
>Count aggregation is not recommended for Data path availability and health probe status. Use average instead for best represented health data.
46+
47+
>[!NOTE]
48+
>Data Path Availability metric may take up to 10 minutes to appear in Azure Monitor metrics after a load balancer is created or updated.
4649
4750
### View your load balancer metrics in the Azure portal
4851

0 commit comments

Comments
 (0)