mirror of
https://github.com/nikdoof/vsphere-influxdb-go.git
synced 2025-12-19 05:29:21 +00:00
add vendoring with go dep
This commit is contained in:
10
vendor/github.com/influxdata/influxdb/monitor/reporter.go
generated
vendored
Normal file
10
vendor/github.com/influxdata/influxdb/monitor/reporter.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package monitor
|
||||
|
||||
import "github.com/influxdata/influxdb/models"
|
||||
|
||||
// Reporter is an interface for gathering internal statistics.
|
||||
type Reporter interface {
|
||||
// Statistics returns the statistics for the reporter,
|
||||
// with the given tags merged into the result.
|
||||
Statistics(tags map[string]string) []models.Statistic
|
||||
}
|
||||
Reference in New Issue
Block a user