This plugin has been deprecated in favor of Grafana's built-in data source and visualizations.
Parca Flamegraph Plugin for Grafana
Getting started
- Install the Parca flamegraph plugin from the Grafana plugin repository.
- Make sure that Parca datasource plugin is installed and configured in Grafana, if not, follow the instructions here.
- Configure the Parca flamegraph panel:
- Add a new panel to your dashboard.
- In the Query section:
- Select the Parca datasource.
- The
Profile Typedropdown, lists the profile types that are available on the connected Parca server. Select the profile type you want to visualize. - In the
Query Selectorfield, enter the query you want to visualize. The query selector is a PromQL like expression that is used to select the profiles that you want to visualize. For example,{job="api-server"}will select all the profiles that have the labeljobwith the valueapi-server.
- In the Visualization section on the right, select the
Parca Flamegraphvisualization. Now you should be able to see the flamegraph visualization, for the selected query. - Enter a suitable title for the panel in the
Panel Titlefield. - Save the Panel.
Configuring the Datasource
- Install the Parca datasource plugin from the Grafana plugin repository.
- In the Grafana UI, navigate to the
Configuration->Data Sourcespage. - Click on the
Add data sourcebutton. - Select the
Parcadatasource. - Enter the API URL of the Parca server in the
API Endpointfield. For example,http://localhost:7070/api. Note: Please make sure cors configuration of the Parca server allow requests from your Grafana Dashboard origin. If you Grafana dashboard is running athttp://localhost:3000, then ensure that the Parca server is started with either--cors-allowed-origins='http://localhost:3000'or--cors-allowed-origins='\*'flag. Please refer the docs. - Click on the
Save & Testbutton. If the connection is successful, you should see a greenData source is workingmessage. - Now you can use the Parca datasource in your panels.
Screenshots

- Version
- 0.0.36
- Dependencies
- Grafana >=7.0.0
- Developer
- Parca Dev
- Last Updated
- May 23, 2024