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
Azure Load Balancer provides new multi-dimensional metrics via the new Azure Metrics (preview) in the Azure portal, and it helps you get real-time diagnostic insights into your load balancer resources.
29
+
Azure Load Balancer provides new multi-dimensional metrics via the new Azure Metrics in the Azure portal, and it helps you get real-time diagnostic insights into your load balancer resources.
30
30
31
31
The various Standard Load Balancer configurations provide the following metrics:
32
32
@@ -50,7 +50,7 @@ To view the metrics for your Standard Load Balancer resources:
50
50
2. Set the appropriate aggregation type.
51
51
3. Optionally, configure the required filtering and grouping.
52
52
53
-

53
+

54
54
55
55
*Figure: Data Path Availability metric for Standard Load Balancer*
56
56
@@ -100,10 +100,6 @@ To get the health probe status for your Standard Load Balancer resources:
100
100
1. Select the **Health Probe Status** metric with **Avg** aggregation type.
101
101
2. Apply a filter on the required Frontend IP address or port (or both).
- You configure a health probe to a port that is not listening or not responding or is using the wrong protocol. If your service is using direct server return (DSR, or floating IP) rules, make sure that the service is listening on the IP address of the NIC's IP configuration and not just on the loopback that's configured with the front-end IP address.
109
105
- Your probe is not permitted by the Network Security Group, the VM's guest OS firewall, or the application layer filters.
@@ -166,7 +162,7 @@ You can take it a step further and use VIP availability metrics to gain insight
166
162
167
163
The chart displays the following information:
168
164
- The infrastructure hosting your VMs was unavailable and at 0 percent at the beginning of the chart. Later, the infrastructure was healthy and the VMs were reachable, and more than one VM was placed in the back end. This information is indicated by the blue trace for data path availability (VIP availability), which was later at 100 percent.
169
-
- The health probe status (DIP availability), indicated by the purple trace, is at 0 percent at the beginning of the chart. The circled area in green highlights where the status (DIP availability) became healthy, and at which point the customer's deployment was able to accept new flows.
165
+
- The health probe status (DIP availability), indicated by the purple trace, is at 0 percent at the beginning of the chart. The circled area in green highlights where the health probe status (DIP availability) became healthy, and at which point the customer's deployment was able to accept new flows.
170
166
171
167
The chart allows customers to troubleshoot the deployment on their own without having to guess or ask support whether other issues are occurring. The service was unavailable because health probes were failing due to either a misconfiguration or a failed application.
0 commit comments