influxdb/telegraf/plugins/inputs/swap.go

11 lines
182 B
Go
Raw Normal View History

2018-10-05 21:43:01 +00:00
package inputs
// SwapStats is based on telegraf SwapStats.
type SwapStats struct{}
// TOML encodes to toml string
func (c *SwapStats) TOML() string {
return `[[inputs.swap]]
`
}