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/application-gateway/for-containers/alb-controller-backend-health-metrics.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ Any clients or pods that have connectivity to this pod and port may access these
35
35
36
36
### Discovering backend health
37
37
38
-
The ALB Controller will make backend health available on the controller pod that is acting as primary.
38
+
The ALB Controller exposes backend health on the ALB controller pod that is acting as primary.
39
39
40
-
To find the primary pod, you may run the following command:
40
+
To find the primary pod, run the following command:
41
41
42
42
```bash
43
43
CONTROLLER_NAMESPACE='azure-alb-system'
@@ -60,7 +60,7 @@ curl http://127.0.0.1:8000
60
60
61
61
# [Access backend health via controller pod directly](#tab/backend-health-direct-access)
62
62
63
-
Run the following kubectl command to identify the IP address of the primary ALB Controller pod. You may return a list of all controller pods or run a single command to obtain the IP address per your preference.
63
+
Run the following kubectl command to identify the IP address of the primary ALB Controller pod.
64
64
65
65
```bash
66
66
kubectl get pod <alb controller pod name from previous step> -n $CONTROLLER_NAMESPACE -o jsonpath="{.status.podIP}"
@@ -206,7 +206,7 @@ Example output:
206
206
207
207
## Metrics
208
208
209
-
ALB Controller currently surfaces metrics following [text based format](https://prometheus.io/docs/instrumenting/exposition_formats/#text-based-format) to be exposed to Prometheus. Access to these logs may be found at http://<alb-controller-pod-ip>:8001/metrics
209
+
ALB Controller currently surfaces metrics following [text based format](https://prometheus.io/docs/instrumenting/exposition_formats/#text-based-format) to be exposed to Prometheus. Access to these logs are available on port 8001 of the primary alb controller pod `http://<alb-controller-pod-ip>:8001/metrics`.
0 commit comments