Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { config.MonitorConfig `singleInstance:"true" acceptsEndpoints:"false"` // (Windows Only) Number of seconds that wildcards in counter paths should // be expanded and how often to refresh counters from configuration. CountersRefreshInterval time.Duration `yaml:"counterRefreshInterval" default:"60s"` // (Windows Only) Print out the configurations that match available // performance counters. This used for debugging. PrintValid bool `yaml:"printValid"` }
Config for this monitor
Click to show internal directories.
Click to hide internal directories.