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 appclient.Publisher, noControls bool, ) *Probe
New makes a new Probe.
func (*Probe) AddReporter ¶
AddReporter adds a new Reported to the Probe
type Tagger ¶
Tagger tags nodes with value-add node metadata.
func NewTopologyTagger ¶
func NewTopologyTagger() Tagger
NewTopologyTagger tags each node with the topology that it comes from. It's kind of a proof-of-concept tagger, useful primarily for debugging.
Click to show internal directories.
Click to hide internal directories.