Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Probe ¶
type Probe struct {
// contains filtered or unexported fields
}
Probe sits there, generating and publishing reports.
func New ¶
func New( spyInterval, publishInterval time.Duration, publisher ReportPublisher, ticksPerFullReport int, noControls bool, ) *Probe
New makes a new Probe.
func (*Probe) AddReporter ¶
AddReporter adds a new Reported to the Probe
func (*Probe) AddTagger ¶
AddTagger adds a new Tagger to the Probe
func (*Probe) AddTicker ¶
AddTicker adds a new Ticker to the Probe
func (*Probe) Publish ¶
Publish will queue a report for immediate publication, bypassing the spy tick
type ReportPublisher ¶ added in v1.10.0
ReportPublisher publishes reports, probably to a remote collector.
type Reporter ¶
Reporter generates Reports.
type Tagger ¶
Tagger tags nodes with value-add node metadata.
Source Files
¶
- probe.go
- topology_tagger.go
Click to show internal directories.
Click to hide internal directories.