From d2143f5b9e3f8ae4f48a56c2ce56c9002b1e099f Mon Sep 17 00:00:00 2001 From: LeonSGP43 Date: Sat, 15 Aug 2026 12:51:45 +0800 Subject: [PATCH] docs(getting-started): align telemetry section with known issue: header not sent, opt-out env not implemented Signed-off-by: LeonSGP43 --- docs/getting_started.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index c6428e970..59096c1cd 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -225,14 +225,12 @@ references, and route construction without starting the server. Check health: `curl http://localhost:4000/health` -**Telemetry header opt-out** +**Telemetry header** -Switchyard adds an `X-Switchyard-Version` header to outbound LLM calls for -release attribution. No request or response content is included. To disable: - -```bash -export SWITCHYARD_TELEMETRY_OPT_OUT=1 -``` +Switchyard documents an `X-Switchyard-Version` header for release attribution +on outbound LLM calls. No request or response content is included. The 0.2.0 +native server does not currently send this header upstream (see +[Known Issues](known_issues.md)), so no opt-out is required at the moment. ---