parent
916ac99675
commit
1cfe8da93f
|
|
@ -13,7 +13,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var pollInterval = flag.Duration("poll_interval", 1*time.Second, "how often to send metrics")
|
var pollInterval = flag.Duration("poll_interval", 1*time.Second, "how often to send metrics")
|
||||||
var pollIntervalDisabled = flag.Bool("poll_interval_disabled", false, "how often to send metrics")
|
var pollIntervalDisabled = flag.Bool("poll_interval_disabled", false, "set to true to disable polling. You want to use this when you are sending metrics on your own schedule")
|
||||||
var configFile = flag.String("config", "", "path to the config file for this plugin")
|
var configFile = flag.String("config", "", "path to the config file for this plugin")
|
||||||
var err error
|
var err error
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue