From 84536ef25f76cf29191f3192ac49efeed12448fa Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Fri, 14 Aug 2026 22:37:33 +0100 Subject: [PATCH] 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. --- docker/telemetry/TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/telemetry/TESTING.md b/docker/telemetry/TESTING.md index 780af0a4af..048e6b8526 100644 --- a/docker/telemetry/TESTING.md +++ b/docker/telemetry/TESTING.md @@ -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