Add InfluxDB support for traefik metrics
This commit is contained in:
parent
e3131481e9
commit
00d7c5972f
35 changed files with 4693 additions and 28 deletions
6
vendor/github.com/influxdata/influxdb/influxdb.go
generated
vendored
Normal file
6
vendor/github.com/influxdata/influxdb/influxdb.go
generated
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
// Package influxdb is the root package of InfluxDB,
|
||||
// the scalable datastore for metrics, events, and real-time analytics.
|
||||
//
|
||||
// If you're looking for the Go HTTP client for InfluxDB,
|
||||
// see package github.com/influxdata/influxdb/client/v2.
|
||||
package influxdb // import "github.com/influxdata/influxdb"
|
Loading…
Add table
Add a link
Reference in a new issue