Files
grafana/docs/sources/datasources/pyroscope/configure-pyroscope-data-source.md
Kim Nylander 815e61258c [DOC] Update Pyroscope data source (#82130)
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-02-12 08:34:36 +00:00

4.5 KiB

description keywords labels title menuTitle weight
Configure your Pyroscope data source for Grafana.
configure
profiling
pyroscope
products
cloud
enterprise
oss
Configure the Grafana Pyroscope data source Configure Pyroscope 200

Configure the Grafana Pyroscope data source

To configure basic settings for the data source, complete the following steps:

  1. Click Connections in the left-side menu.

  2. Under Your connections, click Data sources.

  3. Enter Grafana Pyroscope in the search bar.

  4. Click Grafana Pyroscope to display the Settings tab of the data source.

  5. Set the data source's basic configuration options:

    Name Description
    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 Grafana Pyroscope instance, for example, 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. The Pyroscope backend, similar to Prometheus, scrapes profiles at certain intervals. To prevent querying at smaller interval, use Minimal step same or higher than your Pyroscope scrape interval. This prevents returning too many data points to the frontend.

{{% docs/reference %}} [explore]: "/docs/grafana/ -> /docs/grafana//explore" [explore]: "/docs/grafana-cloud/ -> /docs/grafana//explore"

[flame-graph]: "/docs/grafana/ -> /docs/grafana//panels-visualizations/visualizations/flame-graph" [flame-graph]: "/docs/grafana-cloud/ -> /docs/grafana//panels-visualizations/visualizations/flame-graph"

[provisioning-data-sources]: "/docs/grafana/ -> /docs/grafana//administration/provisioning#datasources" [provisioning-data-sources]: "/docs/grafana-cloud/ -> /docs/grafana//administration/provisioning#datasources"

[configure-tempo-data-source]: "/docs/grafana/ -> /docs/grafana//datasources/tempo/configure-tempo-data-source" [configure-tempo-data-source]: "/docs/grafana-cloud/ -> docs/grafana-cloud/connect-externally-hosted/data-sources/tempo/configure-tempo-data-source" {{% /docs/reference %}}