Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TopologyPlugin ¶
type TopologyPlugin struct { Name string Register func() AgentCtor func(ctx probes.Context, bundle *probe.Bundle) (probes.Handler, error) AnalyzerCtor func(ctx probes.Context, bundle *probe.Bundle) (probes.Handler, error) }
TopologyPlugin defines topology plugin
func LoadTopologyPlugins ¶
func LoadTopologyPlugins() ([]TopologyPlugin, error)
LoadTopologyPlugins load topology plugins
Click to show internal directories.
Click to hide internal directories.