Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTopologyProbeBundleFromConfig ¶ added in v0.9.0
func NewTopologyProbeBundleFromConfig(g *graph.Graph, n *graph.Node, wsClient *shttp.WSAsyncClient) (*probe.ProbeBundle, error)
Types ¶
type Agent ¶
type Agent struct {
Graph *graph.Graph
WSClient *shttp.WSAsyncClient
WSServer *shttp.WSServer
GraphServer *graph.GraphServer
Root *graph.Node
TopologyProbeBundle *probe.ProbeBundle
FlowProbeBundle *fprobes.FlowProbeBundle
FlowTableAllocator *flow.TableAllocator
OnDemandProbeServer *ondemand.OnDemandProbeServer
HTTPServer *shttp.Server
EtcdClient *etcd.EtcdClient
TIDMapper *topology.TIDMapper
}
Source Files
¶
- agent.go
- probes.go
Click to show internal directories.
Click to hide internal directories.