Important: Grafana version 8.0 or later required
pyroscope-datasource
Pyroscope instance
field:pyroscope-panel
from Visualization listpyroscope-datasource
Application name
input specify app nameApply
Congratulations! Now you can monitor application flamegraph on your Grafana dashboard!
You can use variables of the type Query to query Pyroscope for a list of applications, labels, or label values. Variable query functions supported by Pyroscope data source:
Name | Description |
---|---|
apps() | Returns a list of application names |
label_names(_appname) | Returns a list of label names for the application |
label_values(_appname,_labelname) | Returns a list of label values for the application label |
Create a new variable in the dashboard settings:
appName
apps()
Now you should see the list of applications returned from the Pyroscope data source, and use the variable in the panel Query field:
$appName{}