Skip to content

Commit dd17e02

Browse files
authored
Update monitor-load-balancer-reference.md
1 parent fa6b8c1 commit dd17e02

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ See [Monitoring Load Balancer](monitor-load-balancer.md) for details on collecti
2929
| Byte count | Public and internal load balancer | Standard Load Balancer reports the data processed per front end. You may notice that the bytes aren't distributed equally across the backend instances. This is expected as Azure's Load Balancer algorithm is based on flows. | Sum |
3030
| Packet count | Public and internal load balancer | Standard Load Balancer reports the packets processed per front end. | Sum |
3131

32+
### Global load balancer metrics
33+
34+
| **Metric** | **Resource type** | **Description** | **Recommended aggregation** |
35+
| ------ | ------------- | ----------- | ----------------------- |
36+
| Data path availability | Public global load balancer| Global 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 VM. 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. | Average |
37+
| Health probe status | Public global load balancer | Global 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 regional load balancer in the global load balancer's backend pool. You can see how global load balancer views the health of your application, as indicated by your health probe configuration. | Average |
38+
3239
For more information, see a list of [all platform metrics supported in Azure Monitor for load balancer](../azure-monitor/essentials/metrics-supported.md#microsoftnetworkloadbalancers).
3340

3441
## Metric dimensions
@@ -89,4 +96,4 @@ For more information on the schema of Activity Log entries, see [Activity Log sc
8996

9097
## See Also
9198

92-
- See [Monitoring Azure Load Balancer](./monitor-load-balancer.md) for a description of monitoring Azure Load Balancer.
99+
- See [Monitoring Azure Load Balancer](./monitor-load-balancer.md) for a description of monitoring Azure Load Balancer.

0 commit comments

Comments
 (0)