Documentation ¶
Overview ¶
Package file is a file-based observer that is primarily meant for development and test purposes. It will watch a json file, which should consist of an array of serialized service instances.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { config.ObserverConfig Path string `default:"/etc/signalfx/service_instances.json"` }
Config for the file observer
Click to show internal directories.
Click to hide internal directories.