Skip to content

Commit

Permalink
Update deployment diagram (grafana#2975)
Browse files Browse the repository at this point in the history
* Update deployment diagram

* Update _index.md
  • Loading branch information
Rperry2174 authored Jan 31, 2024
1 parent 4d4dc67 commit 25c4dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ For more documentation on how to add the Pyroscope agent to your code, see the [

## Deployment Diagram

![deployment_diagram](https://github.com/grafana/pyroscope/assets/23323466/2a32f401-2855-4d15-a1ac-8e3c91ecf9f9)
![deployment_diagram](https://grafana.com/media/docs/pyroscope/pyroscope_client_server_diagram.png)

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/configure-client/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ weight: 35

Pyroscope is a continuous profiling database that allows you to analyze the performance of your applications. When sending profiles to Pyroscope, you can choose between two primary methods: SDK Instrumentation and Auto-Instrumentation using the Grafana agent. This document will explain these two techniques and guide you when to choose each one.

![Pyroscope agent server diagram](https://grafana.com/media/blog/pyroscope-1.0-release/grafana-pyroscope-instrumentation-diagram.png)
![Pyroscope agent server diagram](https://grafana.com/media/docs/pyroscope/pyroscope_client_server_diagram.png)

## Grafana Agent (Auto-Instrumentation)

Expand Down

0 comments on commit 25c4dc3

Please sign in to comment.