MCPcopy
hub / github.com/influxdata/telegraf / BasicStats

Struct BasicStats

plugins/aggregators/basicstats/basicstats.go:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14var sampleConfig string
15
16type BasicStats struct {
17 Stats []string `toml:"stats"`
18 Log telegraf.Logger `toml:"-"`
19
20 cache map[uint64]aggregate
21 statsConfig *configuredStats
22}
23
24type configuredStats struct {
25 count bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected