This plugin has been deprecated in favor of Grafana's built-in data source and visualizations.
Parca Datasource Plugin for Grafana
Getting started
- 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.
Screeenshot

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