Fix documentation for tracing with Jaeger

This commit is contained in:
Michael 2018-04-24 19:22:03 +02:00 committed by Traefiker Bot
parent cae353b9f6
commit e09d5cb4ec
4 changed files with 10 additions and 7 deletions

View file

@ -327,7 +327,7 @@ func (gc *GlobalConfiguration) initTracing() {
SamplingServerURL: "http://localhost:5778/sampling",
SamplingType: "const",
SamplingParam: 1.0,
LocalAgentHostPort: "127.0.0.1:6832",
LocalAgentHostPort: "127.0.0.1:6831",
}
}
if gc.Tracing.Zipkin != nil {