docs(telemetry): name the workload stack instead of its phase number

The health-check note identified the stack by a rollout phase number
defined only in a planning folder outside the shipped tree.
This commit is contained in:
Pratik Mankawde
2026-08-14 22:37:33 +01:00
parent 99ae7cfb5f
commit 84536ef25f

View File

@@ -63,7 +63,7 @@ curl -sf http://localhost:3200/ready >/dev/null && echo "tempo ready"
> The collector's `health_check` extension listens on **13133**, but
> `docker-compose.yml` publishes only 4317, 4318 and 8889 — so 13133 is not
> reachable from the host with the base stack. It is published only by the
> Phase-10 workload stack (`docker-compose.workload.yaml`).
> workload validation stack (`docker-compose.workload.yaml`).
### Step 2: Start xrpld in standalone mode