Skip to content

Commit

Permalink
Update agent server diagram in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Rperry2174 authored Jun 2, 2021
1 parent cfcc0a2 commit 9c89c4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ If you are familiar with profiling and flame graphs, then you'll be happy to kno
There are two main components that allow Pyroscope to run smoothly and quickly:
## Pyroscope agent
Every .01 seconds, the Pyroscope agent wraps around your Python, Ruby, or Go application to poll the stacktrace and calculate which function is consuming your CPU resources.
![pyroscope_diagram_with_logo](https://user-images.githubusercontent.com/23323466/105389455-b864c580-5bcc-11eb-9357-a42dd0e9947b.png)
![pyroscope_diagram_with_logo](../.github/markdown-images/deployment.svg)

## Pyroscope Server
Pyroscope records and aggregates what your application has been doing, then sends that data to the Pyroscope server over port `:4040`([BadgerDB](https://github.com/dgraph-io/badger)) to be processed, aggregated, and stored for speedy queries of any time range, including:
- [x] all of 2020
Expand Down

0 comments on commit 9c89c4b

Please sign in to comment.