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"` WriteServerURL string `yaml:"writeServerURL"` // The path to the proc filesystem. Useful to override in containerized // environments. ProcFSPath string `yaml:"procFSPath" default:"/proc"` // The path to the main host config dir. Userful to override in // containerized environments. EtcPath string `yaml:"etcPath" default:"/etc"` // A directory where the metadata plugin can persist the history of // successful host metadata syncs so that host metadata is not sent // redundantly. PersistencePath string `yaml:"persistencePath" default:"/var/run/signalfx-agent"` }
Config is the monitor-specific config with the generic config embedded
Click to show internal directories.
Click to hide internal directories.