Fix example jaeger agent port in docs (#23514)

This commit is contained in:
Vitaly Zhuravlev 2020-04-12 22:38:16 +03:00 committed by GitHub
parent 1ba8f1647e
commit 0aa95d97c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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`.