From f030f116271894d2f1c51ef23e1586333b77ce60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 14:09:28 +0000 Subject: [PATCH] docs: remove bloat from SampleWebApi README - Remove 'Then call the API:' label (self-evident from context) - Convert Docker Compose startup bullet list to inline prose - Remove 'After startup, request:' label (unnecessary intro) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- samples/SampleWebApi/README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/samples/SampleWebApi/README.md b/samples/SampleWebApi/README.md index be98e6a..e4af05e 100644 --- a/samples/SampleWebApi/README.md +++ b/samples/SampleWebApi/README.md @@ -10,8 +10,6 @@ From the repository root: dotnet run --project samples/SampleWebApi/SampleWebApi.csproj ``` -Then call the API: - ```bash curl "http://localhost:5053/api/weather?city=Amsterdam" curl "http://localhost:5053/api/weather?city=fail" @@ -27,12 +25,7 @@ From `samples/SampleWebApi`: docker compose up ``` -This starts: -- the sample API on `http://localhost:8080` -- an OpenTelemetry Collector on `http://localhost:4317` -- Jaeger UI on `http://localhost:16686` - -After startup, request: +This starts the sample API (`http://localhost:8080`), an OTLP Collector (`http://localhost:4317`), and Jaeger UI (`http://localhost:16686`). ```bash curl "http://localhost:8080/api/weather?city=Amsterdam"