Merge current v3.1 into master
This commit is contained in:
commit
0b34e0cdcb
14 changed files with 168 additions and 111 deletions
|
@ -212,6 +212,9 @@ type Tracing struct {
|
|||
func (t *Tracing) SetDefaults() {
|
||||
t.ServiceName = "traefik"
|
||||
t.SampleRate = 1.0
|
||||
|
||||
t.OTLP = &opentelemetry.Config{}
|
||||
t.OTLP.SetDefaults()
|
||||
}
|
||||
|
||||
// Providers contains providers configuration.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue