From ca12fb05cb1d1122c0cb4818b82b2d13dea8b535 Mon Sep 17 00:00:00 2001 From: Adrian Lee Date: Mon, 3 Jun 2024 22:22:59 +1000 Subject: [PATCH 1/2] Updated datasource configuration Updated the datasource configuration settings when connecting back to pyroscope from local Grafana. --- docs/sources/get-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/get-started/_index.md b/docs/sources/get-started/_index.md index 2ee0668879..29577337eb 100644 --- a/docs/sources/get-started/_index.md +++ b/docs/sources/get-started/_index.md @@ -95,7 +95,7 @@ Verify that you have installed [Docker](https://docs.docker.com/engine/install/) | Field | Value | | ----- | -------------------------------------------------------------------- | | Name | Pyroscope | - | URL | [http://pyroscope:4040/](http://pyroscope:4040/) | + | URL | [http://pyroscope:4040/](http://pyroscope:4040/) OR [http://host.docker.internal:4040/](http://host.docker.internal:4040/) if running via docker | To learn more about adding data sources, see [Add a data source](/docs/grafana/latest/datasources/add-a-data-source/). From 19d33ceceaa327a279ce2eac4c1c1e561fe60387 Mon Sep 17 00:00:00 2001 From: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> Date: Sat, 8 Jun 2024 00:31:41 -0400 Subject: [PATCH 2/2] Update docs/sources/get-started/_index.md --- docs/sources/get-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/get-started/_index.md b/docs/sources/get-started/_index.md index 29577337eb..654083766c 100644 --- a/docs/sources/get-started/_index.md +++ b/docs/sources/get-started/_index.md @@ -95,7 +95,7 @@ Verify that you have installed [Docker](https://docs.docker.com/engine/install/) | Field | Value | | ----- | -------------------------------------------------------------------- | | Name | Pyroscope | - | URL | [http://pyroscope:4040/](http://pyroscope:4040/) OR [http://host.docker.internal:4040/](http://host.docker.internal:4040/) if running via docker | + | URL | [http://pyroscope:4040/](http://pyroscope:4040/) OR [http://host.docker.internal:4040/](http://host.docker.internal:4040/) if running via Docker | To learn more about adding data sources, see [Add a data source](/docs/grafana/latest/datasources/add-a-data-source/).