Plugins 〉Grafana Pyroscope
Grafana Pyroscope
Pyroscope data source for Grafana
Note: This core plugin was extracted from the grafana/grafana repository and is now developed and released from this repository.
Overview
Grafana Pyroscope is an open-source, horizontally scalable continuous profiling backend. The Pyroscope data source plugin lets Grafana query and visualize CPU, memory, goroutine, and other profiles stored in a Pyroscope server, so engineers can investigate performance regressions alongside metrics, logs, and traces.
This repository hosts the standalone Pyroscope plugin built from pkg/main.go
and the frontend in src/, distributed through the Grafana plugin catalog.
The legacy plugin id phlare is retained as an alias for backwards
compatibility with existing dashboards and provisioning.
Requirements
- Grafana 12.3.0 or later (see
dependencies.grafanaDependencyinsrc/plugin.json).
Getting started
This plugin is bundled with Grafana — no installation is required for standard Grafana deployments.
- Navigate to Connections > Data sources in Grafana.
- Click Add data source and search for "Pyroscope".
- Configure the connection settings and click Save & test.
For detailed setup instructions, see the Pyroscope data source documentation.
Custom Grafana distributions
If you are building a custom Grafana binary or distribution that excludes bundled plugins, you can install this plugin from the Grafana plugin catalog.
Documentation
Full documentation is available at:
https://grafana.com/docs/grafana/latest/datasources/pyroscope/
Issues
Please report bugs and feature requests at grafana/grafana-pyroscope-datasource/issues.
Contributing
See CONTRIBUTING.md.
License
This plugin is licensed under the AGPL-3.0.
Grafana Cloud Free
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Grafana Cloud Free
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Grafana Cloud Free
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Grafana Cloud Free
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Grafana Cloud Free
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Install on Grafana Cloud
Plugins can be installed directly from within your Grafana instance or automated using the Cloud API or Terraform.
Learn more about plugin installationMarketplace plugins
This is a paid plugin developed by a marketplace partner. To purchase an entitlement, sign in first, then fill out the contact form.
Get this plugin
This is a paid for plugin developed by a marketplace partner. To purchase entitlement please fill out the contact us form.
What to expect:
- Grafana Labs will reach out to discuss your needs
- Payment will be taken by Grafana Labs
- Once purchased the plugin will be available for you to install (cloud) or a signed version will be provided (on-premise)
Thank you! We will be in touch.
For more information, visit the docs on plugin installation.
Installing on a local Grafana:
For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.
1. Install the Data Source
Use the grafana-cli tool to install Grafana Pyroscope from the commandline:
grafana-cli plugins install The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.
Alternatively, you can manually download the .zip file for your architecture below and unpack it into your grafana plugins directory.
Alternatively, you can manually download the .zip file and unpack it into your grafana plugins directory.
2. Configure the Data Source
Accessed from the Grafana main menu, newly installed data sources can be added immediately within the Data Sources section.
Next, click the Add data source button in the upper right. The data source will be available for selection in the Type select box.
To see a list of installed data sources, click the Plugins item in the main menu. Both core data sources and installed data sources will appear.


