Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultMetrics ¶
func DefaultMetrics() []string
Types ¶
type FileSystemWatcher ¶
type FileSystemWatcher struct { AllowedTypes map[string]struct{} ExcludePath map[string]struct{} ExcludedPathCache map[string]bool // contains filtered or unexported fields }
func NewWatcher ¶
func NewWatcher(config FileSystemWatcherConfig, logger *logger.Logger) *FileSystemWatcher
func (*FileSystemWatcher) Results ¶
func (fw *FileSystemWatcher) Results() (helper.MeasurementsMap, error)
Click to show internal directories.
Click to hide internal directories.