Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CapacityLimiter ¶
type CapacityLimiter struct{}
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:"Accounter"` Accounter `sendTo:"Deduper"` Deduper flow.Deduper `forwardTo:"CapacityLimiter"` CapacityLimiter `sendTo:"Decorator"` Decorator `sendTo:"Kubernetes"` Kubernetes k8s.NetworkTransformConfig `sendTo:"Exporter"` Exporter export.MetricsConfig }
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.