Plugins 〉Parca Flamegraph


Developer
Parca


Sign up to receive occasional product news and updates:



Panel
community

Parca Flamegraph

  • Overview
  • Installation
  • Change log
  • Related content

Parca Flamegraph Plugin for Grafana

Getting started

  1. Install the Parca flamegraph plugin from the Grafana plugin repository.
  2. Make sure that Parca datasource plugin is installed and configured in Grafana, if not, follow the instructions here.
  3. Configure the Parca flamegraph panel:
    1. Add a new panel to your dashboard.
    2. In the Query section:
      1. Select the Parca datasource.
      2. The Profile Type dropdown, lists the profile types that are available on the connected Parca server. Select the profile type you want to visualize.
      3. In the Query Selector field, 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 label job with the value api-server.
    3. In the Visualization section on the right, select the Parca Flamegraph visualization. Now you should be able to see the flamegraph visualization, for the selected query.
    4. Enter a suitable title for the panel in the Panel Title field.
    5. Save the Panel.

Configuring the Datasource

  1. Install the Parca datasource plugin from the Grafana plugin repository.
  2. In the Grafana UI, navigate to the Configuration -> Data Sources page.
  3. Click on the Add data source button.
  4. Select the Parca datasource.
  5. Enter the API URL of the Parca server in the API Endpoint field. 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 at http://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.
  6. Click on the Save & Test button. If the connection is successful, you should see a green Data source is working message.
  7. Now you can use the Parca datasource in your panels.

Screenshots

Parca Flamegraph Parca Flamegraph Config

Installing Parca Flamegraph on Grafana Cloud:

For more information, visit the docs on plugin installation.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.0.35 (2022-12-13)

Note: Version bump only for package @parca/grafana-panel

0.0.34 (2022-12-13)

Note: Version bump only for package @parca/grafana-panel

0.0.33 (2022-12-12)

Note: Version bump only for package @parca/grafana-panel

0.0.32 (2022-12-12)

Note: Version bump only for package @parca/grafana-panel

0.0.31 (2022-12-10)

Note: Version bump only for package @parca/grafana-panel

0.0.30 (2022-12-08)

Note: Version bump only for package @parca/grafana-panel

0.0.29 (2022-12-07)

Note: Version bump only for package @parca/grafana-panel

0.0.28 (2022-12-06)

Note: Version bump only for package @parca/grafana-panel

0.0.27 (2022-11-29)

Note: Version bump only for package @parca/grafana-panel

0.0.26 (2022-11-29)

Note: Version bump only for package @parca/grafana-panel

0.0.25 (2022-11-29)

Note: Version bump only for package @parca/grafana-panel

0.0.24 (2022-11-24)

Note: Version bump only for package @parca/grafana-panel

0.0.23 (2022-11-22)

Note: Version bump only for package @parca/grafana-panel

0.0.22 (2022-11-22)

Note: Version bump only for package @parca/grafana-panel

0.0.21 (2022-11-21)

Note: Version bump only for package @parca/grafana-panel

0.0.20 (2022-11-17)

Note: Version bump only for package @parca/grafana-panel

0.0.19 (2022-11-17)

Note: Version bump only for package @parca/grafana-panel

0.0.18 (2022-11-16)

Note: Version bump only for package @parca/grafana-panel

0.0.17 (2022-11-15)

Note: Version bump only for package @parca/grafana-panel

0.0.16 (2022-11-14)

Note: Version bump only for package @parca/grafana-panel

0.0.15 (2022-11-09)

Note: Version bump only for package @parca/grafana-panel

0.0.14 (2022-11-08)

Note: Version bump only for package @parca/grafana-panel

0.0.13 (2022-11-08)

Note: Version bump only for package @parca/grafana-panel

0.0.12 (2022-11-08)

Note: Version bump only for package @parca/grafana-panel

0.0.11 (2022-11-07)

Note: Version bump only for package @parca/grafana-panel

0.0.10 (2022-11-03)

Note: Version bump only for package @parca/grafana-panel

0.0.9 (2022-11-03)

Note: Version bump only for package @parca/grafana-panel

0.0.8 (2022-11-02)

Note: Version bump only for package @parca/grafana-panel

0.0.7 (2022-11-02)

Note: Version bump only for package @parca/grafana-panel

0.0.6 (2022-10-31)

Note: Version bump only for package @parca/grafana-panel

0.0.5 (2022-10-25)

Note: Version bump only for package @parca/grafana-panel

0.0.2-beta.3 (2022-10-25)

Note: Version bump only for package @parca/grafana-panel

0.0.2-beta.2 (2022-10-20)

0.13.0 (2022-10-20)

Note: Version bump only for package @parca/grafana-panel

0.0.2-beta.1 (2022-10-20)

Note: Version bump only for package @parca/grafana-panel

0.0.2-beta.0 (2022-10-20)

Note: Version bump only for package @parca/grafana-panel

0.16.53 (2022-10-19)

Note: Version bump only for package @parca/grafana-panel

0.16.52 (2022-10-19)

Note: Version bump only for package @parca/grafana-panel

0.16.51 (2022-10-19)

Note: Version bump only for package @parca/grafana-panel

Changelog

0.0.1 (Unreleased)

Initial release.