From 0aa95d97c850023a952ffed73c7d4377c941b3e8 Mon Sep 17 00:00:00 2001 From: Vitaly Zhuravlev Date: Sun, 12 Apr 2020 22:38:16 +0300 Subject: [PATCH] Fix example jaeger agent port in docs (#23514) --- docs/sources/installation/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index 72447a7a2ed..1c9354fc365 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -849,7 +849,7 @@ for the full list. Environment variables will override any settings provided her ### address -The host:port destination for reporting spans. (ex: `localhost:6381`) +The host:port destination for reporting spans. (ex: `localhost:6831`) Can be set with the environment variables `JAEGER_AGENT_HOST` and `JAEGER_AGENT_PORT`.