MCPcopy
hub / github.com/cilium/cilium / StaticFlowProcessor

Struct StaticFlowProcessor

pkg/hubble/metrics/flow_processor.go:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16var _ FlowProcessor = (*StaticFlowProcessor)(nil)
17
18type StaticFlowProcessor struct {
19 logger *slog.Logger
20 metrics []api.NamedHandler
21}
22
23func NewStaticFlowProcessor(logger *slog.Logger, metrics []api.NamedHandler) *StaticFlowProcessor {
24 return &StaticFlowProcessor{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected