File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11changelog :
22 categories :
3- - title : Breaking Changes 🛠
3+ - title : Breaking changes 🛠
44 labels :
55 - breaking-change
6- - title : Other Changes
6+ - title : Non-breaking changes
77 labels :
88 - " *"
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ flowchart TD
1313 E(ebpf.FlowFetcher) --> |"pushes via<br/>RingBuffer"| RB(flow.RingBufTracer)
1414 E <--> |"polls<br/>PerCPUHashMap"| M(flow.MapTracer)
1515 RB --> |chan *flow.Record| ACC(flow.Accounter)
16-
1716 ACC --> |"chan []*flow.Record"| DD(flow.Deduper)
1817 M --> |"chan []*flow.Record"| DD
1918
@@ -24,5 +23,4 @@ flowchart TD
2423 DD --> |"chan []*flow.Record"| CL(flow.CapacityLimiter)
2524
2625 CL --> |"chan []*flow.Record"| EX("export.GRPCProto<br/>or<br/>export.KafkaProto")
27-
2826```
You can’t perform that action at this time.
0 commit comments