Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Explore ¶
type Explore struct {
// contains filtered or unexported fields
}
Explore will explore Target before it assigned to Shard
func New ¶
func New(scrapeManager *scrape.Manager, log logrus.FieldLogger) *Explore
New create a new Explore
func (*Explore) ApplyConfig ¶
ApplyConfig delete invalid job's targets according to config the new targets will be add by UpdateTargets
func (*Explore) Get ¶
func (e *Explore) Get(job string, hash uint64) *target.ScrapeStatus
Get return the target scrape status of the target by hash
Click to show internal directories.
Click to hide internal directories.