Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flows ¶
type Flows struct {
// contains filtered or unexported fields
}
Flows reporting agent
func FlowsAgent ¶
FlowsAgent instantiates a new agent, given a configuration.
type FlowsPipeline ¶
type FlowsPipeline struct { MapTracer `sendTo:"Deduper"` RingBufTracer `sendTo:"Deduper"` Deduper flow.Deduper `forwardTo:"Kubernetes"` Kubernetes k8s.MetadataDecorator `forwardTo:"ReverseDNS"` ReverseDNS flow.ReverseDNS `forwardTo:"CIDRs"` CIDRs cidr.Definitions `forwardTo:"Decorator"` Decorator `sendTo:"Exporter,Printer"` Exporter export.MetricsConfig Printer export.FlowPrinterEnabled }
FlowsPipeline defines the different nodes in the Beyla's NetO11y module, as well as how they are interconnected TODO: add flow_printer node
type RingBufTracer ¶
type RingBufTracer struct{}
Click to show internal directories.
Click to hide internal directories.