1
0
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:
Drew Kerrigan
2018-05-29 16:58:03 -04:00
committed by Traefiker Bot
parent a7200a292b
commit 67a0b4b4b1
6 changed files with 217 additions and 12 deletions

View File

@@ -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",
},
}