From 36d87983553596f082bfb46dab95ecca4928cf41 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 23 May 2023 14:30:55 +0100 Subject: [PATCH] [v10.0.x] Pyroscope: Fix some phlare mentions in the docs (#68869) Pyroscope: Fix some phlare mentions in the docs (#68846) (cherry picked from commit b9ee723bb7f81d20447627e008761eade1731aca) Co-authored-by: Andrej Ocenas --- .../datasources/{phlare.md => grafana-pyroscope.md} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename docs/sources/datasources/{phlare.md => grafana-pyroscope.md} (95%) diff --git a/docs/sources/datasources/phlare.md b/docs/sources/datasources/grafana-pyroscope.md similarity index 95% rename from docs/sources/datasources/phlare.md rename to docs/sources/datasources/grafana-pyroscope.md index 1211bb6b7d2..596ff2d66d8 100644 --- a/docs/sources/datasources/phlare.md +++ b/docs/sources/datasources/grafana-pyroscope.md @@ -10,7 +10,7 @@ keywords: - guide - profiling - pyroscope -title: Phlare +title: Grafana Pyroscope weight: 1150 --- @@ -24,8 +24,8 @@ To configure basic settings for the data source, complete the following steps: 1. Click **Connections** in the left-side menu. 1. Under Your connections, click **Data sources**. -1. Enter `Phlare` in the search bar. -1. Click **Phlare**. +1. Enter `Grafana Pyroscope` in the search bar. +1. Click **Grafana Pyroscope**. The **Settings** tab of the data source is displayed. @@ -35,8 +35,8 @@ To configure basic settings for the data source, complete the following steps: | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `Name` | A name to specify the data source in panels, queries, and Explore. | | `Default` | The default data source will be pre-selected for new panels. | - | `URL` | The URL of the Phlare instance, e.g., `http://localhost:4100` | - | `Basic Auth` | Enable basic authentication to the Phlare data source. | + | `URL` | The URL of the Grafana Pyroscope or Phlare instance, e.g., `http://localhost:4100` | + | `Basic Auth` | Enable basic authentication to the data source. | | `User` | User name for basic authentication. | | `Password` | Password for basic authentication. | | `Minimal step` | Used for queries returning timeseries data. Phlare backend, similar to Prometheus, scrapes profiles at certain intervals. To prevent querying at smaller interval use Minimal step same or higher than your Phlare scrape interval. For Pyroscope backend this prevents returning too many data points to the front end. |