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
No related branches found
No related tags found
No related merge requests found
changelog: changelog:
categories: categories:
- title: Breaking Changes 🛠 - title: Breaking changes 🛠
labels: labels:
- breaking-change - breaking-change
- title: Other Changes - title: Non-breaking changes
labels: labels:
- "*" - "*"
...@@ -13,7 +13,6 @@ flowchart TD ...@@ -13,7 +13,6 @@ flowchart TD
E(ebpf.FlowFetcher) --> |"pushes via<br/>RingBuffer"| RB(flow.RingBufTracer) E(ebpf.FlowFetcher) --> |"pushes via<br/>RingBuffer"| RB(flow.RingBufTracer)
E <--> |"polls<br/>PerCPUHashMap"| M(flow.MapTracer) E <--> |"polls<br/>PerCPUHashMap"| M(flow.MapTracer)
RB --> |chan *flow.Record| ACC(flow.Accounter) RB --> |chan *flow.Record| ACC(flow.Accounter)
ACC --> |"chan []*flow.Record"| DD(flow.Deduper) ACC --> |"chan []*flow.Record"| DD(flow.Deduper)
M --> |"chan []*flow.Record"| DD M --> |"chan []*flow.Record"| DD
...@@ -24,5 +23,4 @@ flowchart TD ...@@ -24,5 +23,4 @@ flowchart TD
DD --> |"chan []*flow.Record"| CL(flow.CapacityLimiter) DD --> |"chan []*flow.Record"| CL(flow.CapacityLimiter)
CL --> |"chan []*flow.Record"| EX("export.GRPCProto<br/>or<br/>export.KafkaProto") 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