Skip to content

Commit c510ccb

Browse files
Merge pull request #311238 from cburuzie/patch-74
Fix formatting in load balancer diagnostics documentation
2 parents 9bc07b1 + 285f01a commit c510ccb

2 files changed

Lines changed: 7 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

articles/load-balancer/monitor-load-balancer-reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ This table includes additional information about metrics from the Microsoft.Netw
5454
| Used SNAT ports | Public load balancer | Standard Load Balancer reports the number of SNAT ports that are utilized per backend instance. |
5555
| Data path availability | Public and internal load balancer | Standard Load Balancer continuously exercises the data path from within a region to the load balancer front end, all the way to the SDN stack that supports your virtual machine. As long as healthy instances remain, the measurement follows the same path as your application's load-balanced traffic. The data path that your customer's use is also validated. The measurement is invisible to your application and doesn't interfere with other operations. |
5656

57+
>[!NOTE]
58+
>Data Path Availability metric may take up to 10 minutes to appear in Azure Monitor metrics after a load balancer is created or updated.
59+
5760
### Global load balancer metrics
5861

5962
This table includes additional information about global metrics from the Microsoft.Network/loadBalancers table:

0 commit comments

Comments
 (0)