Fix example jaeger agent port in docs (#23514)

This commit is contained in:
Vitaly Zhuravlev
2020-04-12 21:38:16 +02:00
committed by GitHub
parent 1ba8f1647e
commit 0aa95d97c8
+1 -1
View File
@@ -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`.