mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Pyroscope standalone build * Fix for tests * Add missing packages * Remove import * Update trace to profiles * Update test
40 lines
1.0 KiB
JSON
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"
|
|
}
|
|
}
|