Support Datadog tracer priority sampling

This commit is contained in:
Joost Cassee
2019-01-16 17:08:06 +01:00
committed by Traefiker Bot
parent 11bfb49e65
commit 5aeca4507e
13 changed files with 219 additions and 80 deletions

View File

@@ -368,6 +368,7 @@ func (gc *GlobalConfiguration) initTracing() {
LocalAgentHostPort: "localhost:8126",
GlobalTag: "",
Debug: false,
PrioritySampling: false,
}
}
if gc.Tracing.Zipkin != nil {