Skip to content

Commit

Permalink
docs: update link to Pyroscope examples (#3789)
Browse files Browse the repository at this point in the history
Bad link was replaced with reference to actual Pyroscope examples
  • Loading branch information
xogoodnow authored Dec 19, 2024
1 parent 0e34df1 commit 2e2c891
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/sources/get-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ weight: 250

Choose one of the following options to get started with Pyroscope:

- The **written tutorial** below provides a series of imperative commands to start a single Pyroscope process, or [monolith]({{< relref "../reference-pyroscope-architecture/deployment-modes/index.md#monolithic-mode" >}}), which is designed for users getting started with the project.
The **written tutorial** below provides a series of imperative commands to start a single Pyroscope process, or [monolith]({{< relref "../reference-pyroscope-architecture/deployment-modes/index.md#monolithic-mode" >}}), which is designed for users getting started with the project.

- You can also use [`docker-compose`](https://github.com/grafana/pyroscope/tree/main/tools/docker-compose) to declaratively deploy Pyroscope and Grafana.
You can also use [`multiple examples`](https://github.com/grafana/pyroscope/tree/main/examples) to help you quickly get started using Pyroscope and Grafana.

Every example has a `docker-compose.yml` manifest that includes all of the options needed to explore profiling data in Grafana, including resource configuration and profiling data generation.

For more information on the different ways to deploy Pyroscope, see [Pyroscope deployment modes]({{< relref "../reference-pyroscope-architecture/deployment-modes/index.md" >}}).

Expand Down

0 comments on commit 2e2c891

Please sign in to comment.