We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a005b commit 19ccb73Copy full SHA for 19ccb73
docs/parca-agent-design.md
@@ -28,7 +28,7 @@ The way BPF programs communicate with user-space uses BPF maps. The Parca Agent
28
Parca Agent reads all data every 10 seconds. The data that is read from the BPF maps gets processed and then purged to reset for the next iteration.
29
30
<p align="center">
31
- <img alt="Parca Agent BPF program" src="https://docs.google.com/drawings/d/1Xq3VpXzO9wo2k91ZQKVBzzo4axszTA0SCrzRSnosNi4/export/svg" alt="drawing" width="600" />
+ <img alt="Parca Agent BPF program" src="https://docs.google.com/drawings/d/1NW9bP6jJ3i3CTymuuKEOmTfcQGKU-pn1qcWMUk6S3x8/export/svg" alt="drawing" width="600" />
32
</p>
33
34
### CPU sampling frequency
0 commit comments