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