Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // How often to poll files (in seconds) to test for changes. There are so // many edge cases that break inotify that it is more robust to simply poll // files than rely on that. // This option is not subject to watching and changes to it will require an // agent restart. PollRateSeconds int `yaml:"pollRateSeconds" default:"5"` }
Config for the file-based config source
Click to show internal directories.
Click to hide internal directories.