From 8b6b78bf028be9782a2a8a655b98740e2ca88f6b Mon Sep 17 00:00:00 2001 From: Unsung Hero <66092015+myrotvorets-team@users.noreply.github.com> Date: Sun, 8 Oct 2023 11:25:44 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 974b8e4b..ff666a00 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ NEWS_ENDPOINT=https://myrotvorets.news DEBUG="bot:*" DEBUG_DEPTH="5" ENABLE_TRACING="1" -ZIPKIN_ENDPOINT=http://zipkin:9411/api/v2/spans +OTEL_TRACES_EXPORTER=zipkin +OTEL_EXPORTER_ZIPKIN_ENDPOINT=http://zipkin:9411/api/v2/spans ``` 4. Run `docker-compose up`.