Files
grafana/public/app/plugins/datasource/grafana-pyroscope-datasource/plugin.json
Joey 6796e66fb8 Pyroscope: Add standalone build (#80222)
* Pyroscope standalone build

* Fix for tests

* Add missing packages

* Remove import

* Update trace to profiles

* Update test
2024-01-16 12:46:15 +00:00

40 lines
1.0 KiB
JSON

{
"type": "datasource",
"name": "Grafana Pyroscope",
"id": "grafana-pyroscope-datasource",
"executable": "gpx_grafana-pyroscope-datasource",
"aliasIDs": ["phlare"],
"category": "profiling",
"metrics": true,
"alerting": false,
"annotations": false,
"logs": false,
"streaming": false,
"tracing": false,
"backend": true,
"info": {
"description": "Data source for Grafana Pyroscope, horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system.",
"author": {
"name": "Grafana Labs",
"url": "https://www.grafana.com"
},
"keywords": ["grafana", "datasource", "phlare", "flamegraph", "profiling", "continuous profiling", "pyroscope"],
"logos": {
"small": "img/grafana_pyroscope_icon.svg",
"large": "img/grafana_pyroscope_icon.svg"
},
"links": [
{
"name": "GitHub Project",
"url": "https://github.com/grafana/pyroscope"
}
],
"version": "%VERSION%"
},
"dependencies": {
"grafanaDependency": ">=10.3.0-0"
}
}