forked from Ivasoft/traefik
fix: default tracing backend.
This commit is contained in:
committed by
Traefiker Bot
parent
4990f6c22d
commit
8f000423ed
@@ -94,8 +94,9 @@ func setupTracing(conf *static.Tracing) tracing.Backend {
|
||||
|
||||
if backend == nil {
|
||||
log.WithoutContext().Debug("Could not initialize tracing, use Jaeger by default")
|
||||
backend := &jaeger.Config{}
|
||||
backend.SetDefaults()
|
||||
bcd := &jaeger.Config{}
|
||||
bcd.SetDefaults()
|
||||
backend = bcd
|
||||
}
|
||||
|
||||
return backend
|
||||
|
||||
Reference in New Issue
Block a user