From 1e2cd9776403bbb479e5258a21650ee723f846e6 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 15 Mar 2023 14:38:17 +0000 Subject: [PATCH] Include the arguably-obvious command line --- config/otel_dev/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/otel_dev/README.md b/config/otel_dev/README.md index 19bf00d..04690c7 100644 --- a/config/otel_dev/README.md +++ b/config/otel_dev/README.md @@ -5,3 +5,5 @@ with an in-memory database, along with a standalong OpenTelemetry collector that traces into the jaeger. Jaeger has a built-in OpenTelemetry collector, but it can't be configured to send CORS headers so can't be used from a browser. This sets the config on the collector to send CORS headers. + +Running `docker compose up` in this directory should be all you need.