Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Discoverer ¶
type Discoverer struct {
// contains filtered or unexported fields
}
func NewDiscoverer ¶
func (*Discoverer) ApplyConfig ¶
func (m *Discoverer) ApplyConfig(source allocatorWatcher.EventSource, scrapeConfigs []*promconfig.ScrapeConfig) error
func (*Discoverer) Close ¶
func (m *Discoverer) Close()
func (*Discoverer) Reload ¶ added in v0.116.0
func (m *Discoverer) Reload()
Reload triggers a reload of the scrape configs. This will process the target groups and update the targets concurrently.
func (*Discoverer) Run ¶ added in v0.116.0
func (m *Discoverer) Run() error
func (*Discoverer) UpdateTsets ¶ added in v0.116.0
func (m *Discoverer) UpdateTsets(tsets map[string][]*targetgroup.Group)
UpdateTsets updates the target sets to be scraped.
type Item ¶
type Item struct { JobName string TargetURL string Labels labels.Labels CollectorName string // contains filtered or unexported fields }
func NewItem ¶
NewItem Creates a new target item. INVARIANTS: * Item fields must not be modified after creation. * Item should only be made via its constructor, never directly.
func (*Item) GetNodeName ¶ added in v0.94.0
Click to show internal directories.
Click to hide internal directories.