Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct { Name string Grouper data.Grouper Specs definition.SpecGroups }
Job hold all information specific to a certain Scrape Job, e.g.: where do I get the data from, and what data
func NewScrapeJob ¶
func NewScrapeJob(name string, grouper data.Grouper, specs definition.SpecGroups) *Job
NewScrapeJob creates a new Scrape Job with the given attributes
Click to show internal directories.
Click to hide internal directories.