Skip to content

Commit c4b681e

Browse files
Clarity
1 parent 1e33c9f commit c4b681e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/application-gateway/for-containers/alb-controller-backend-health-metrics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Any clients or pods that have connectivity to this pod and port may access these
3535

3636
### Discovering backend health
3737

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.
3939

40-
To find the primary pod, you may run the following command:
40+
To find the primary pod, run the following command:
4141

4242
```bash
4343
CONTROLLER_NAMESPACE='azure-alb-system'
@@ -60,7 +60,7 @@ curl http://127.0.0.1:8000
6060

6161
# [Access backend health via controller pod directly](#tab/backend-health-direct-access)
6262

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.
6464

6565
```bash
6666
kubectl get pod <alb controller pod name from previous step> -n $CONTROLLER_NAMESPACE -o jsonpath="{.status.podIP}"
@@ -206,7 +206,7 @@ Example output:
206206

207207
## Metrics
208208

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`.
210210

211211
The following metrics are exposed today:
212212

0 commit comments

Comments
 (0)