# README
package collector
This package is responsible for providing any resource and functionality needed in a check life cycle: create a check instance, schedule a check, running a check are all operations implemented in this package or one of the subpackages.
For further details, please refer to the specific READMEs:
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
Package metadata implements specific Metadata Collectors for the Agent.
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
GetChecksByNameForConfigs returns checks matching name for passed in configs.
GetLoaderErrors returns the check loader errors.
InitCheckScheduler creates and returns a check scheduler.
NewCollector create a Collector instance and sets up the Python Environment.
# Structs
CheckScheduler is the check scheduler.
Collector abstract common operations about running a Check.