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

@@ -239,6 +239,7 @@ func NewTraefikDefaultPointersConfiguration() *TraefikConfiguration {
LocalAgentHostPort: "localhost:8126",
GlobalTag: "",
Debug: false,
PrioritySampling: false,
},
}