Skip to content

Commit 1f06575

Browse files
author
Mario Macias
authored
Merge branch 'main' into capacity-limiter
2 parents b1c7633 + f63d104 commit 1f06575

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
changelog:
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
- "*"

docs/architecture.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)