Skip to content
Snippets Groups Projects
Unverified Commit 1f065754 authored by Mario Macias's avatar Mario Macias Committed by GitHub
Browse files

Merge branch 'main' into capacity-limiter

parents b1c76337 f63d1045
Branches
No related tags found
No related merge requests found
changelog:
categories:
- title: Breaking Changes 🛠
- title: Breaking changes 🛠
labels:
- breaking-change
- title: Other Changes
- title: Non-breaking changes
labels:
- "*"
......@@ -13,7 +13,6 @@ flowchart TD
E(ebpf.FlowFetcher) --> |"pushes via<br/>RingBuffer"| RB(flow.RingBufTracer)
E <--> |"polls<br/>PerCPUHashMap"| M(flow.MapTracer)
RB --> |chan *flow.Record| ACC(flow.Accounter)
ACC --> |"chan []*flow.Record"| DD(flow.Deduper)
M --> |"chan []*flow.Record"| DD
......@@ -24,5 +23,4 @@ flowchart TD
DD --> |"chan []*flow.Record"| CL(flow.CapacityLimiter)
CL --> |"chan []*flow.Record"| EX("export.GRPCProto<br/>or<br/>export.KafkaProto")
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment