Skip to content

Commit 0afb17f

Browse files
authored
Update parca.md
1 parent 97292e5 commit 0afb17f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)