Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bundle ¶ added in v0.22.0
Bundle describes a bundle of probes (topology of flow)
func NewBundle ¶ added in v0.22.0
NewBundle creates a new probe bundle
func (*Bundle) ActiveProbes ¶ added in v0.22.0
ActiveProbes returns all active probes name
func (*Bundle) AddProbe ¶ added in v0.22.0
AddProbe adds a probe to the bundle
func (*Bundle) GetProbe ¶ added in v0.22.0
GetProbe retrieve a specific probe name
type Probe ¶
type Probe interface { Start() Stop() }
Probe describes a Probe (topology or flow) mechanism API
Source Files
¶
- bundle.go
Click to show internal directories.
Click to hide internal directories.