Skip to content

Commit 4584d28

Browse files
authored
Merge pull request #234 from parca-dev/Sylfrena-patch-1
Update parca-agent-design.md
2 parents 79f9e8e + d9856ca commit 4584d28

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/parca-agent-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The way BPF programs communicate with user-space uses BPF maps. The Parca Agent
2828
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.
2929

3030
<p align="center">
31-
<img alt="Parca Agent BPF program" src="https://docs.google.com/drawings/d/1Xq3VpXzO9wo2k91ZQKVBzzo4axszTA0SCrzRSnosNi4/export/svg" alt="drawing" width="600" />
31+
<img alt="Parca Agent BPF program" src="https://docs.google.com/drawings/d/1NW9bP6jJ3i3CTymuuKEOmTfcQGKU-pn1qcWMUk6S3x8/export/svg" alt="drawing" width="600" />
3232
</p>
3333

3434
### CPU sampling frequency

docs/parca.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ If you haven't already, it is a good idea to read the [general overview](./overv
66

77
## Architecture
88

9-
![Parca Architecture Overview](https://docs.google.com/drawings/d/10VH49EgWlNF1wONKroQb5x3Q1Rkrnsc1BikTUvJNFIE/export/svg)
9+
<p align="center">
10+
<img alt="Parca Architecture Overview" src="https://docs.google.com/drawings/d/1EAyMTbt-Ajf0KIzAFqjQdZNzjUnrm3NCH9922aOS4pI/export/svg" alt="drawing" width="600" />
11+
</p>
1012

1113
Parca has a purpose built storage, which receives writes either from a pull mechanism that performs HTTP requests, or through a push mechanism via the gRPC API. Parca features two gRPC APIs for pushing data, one for the profiles themselves and one for [debuginfo](https://en.wikipedia.org/wiki/DWARF) metadata. Parca Agent uses the two APIs to minimize the amount of data transferred, it checks that metadata is uploaded only once, and otherwise only the measures statistics are sent.
1214

0 commit comments

Comments
 (0)