mirror of
https://github.com/containous/traefik.git
synced 2025-10-14 15:33:19 +03:00
Metrics: Add support for InfluxDB Database / RetentionPolicy and HTTP client
This commit is contained in:
committed by
Traefiker Bot
parent
a7200a292b
commit
67a0b4b4b1
@@ -78,6 +78,7 @@ func NewTraefikDefaultPointersConfiguration() *TraefikConfiguration {
|
||||
},
|
||||
InfluxDB: &types.InfluxDB{
|
||||
Address: "localhost:8089",
|
||||
Protocol: "udp",
|
||||
PushInterval: "10s",
|
||||
},
|
||||
}
|
||||
@@ -262,6 +263,7 @@ func NewTraefikDefaultPointersConfiguration() *TraefikConfiguration {
|
||||
},
|
||||
InfluxDB: &types.InfluxDB{
|
||||
Address: "localhost:8089",
|
||||
Protocol: "udp",
|
||||
PushInterval: "10s",
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user