mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Add phlare datasource * Rename * Add parca * Add self field to parca * Make sure phlare works with add to dashboard flow * Add profiling category and hide behind feature flag * Update description and logos * Update phlare icon * Cleanup logging * Clean up logging * Fix for shift+enter * onRunQuery to set label * Update type naming * Fix lint * Fix test and quality issues Co-authored-by: Joey Tawadrous <joey.tawadrous@grafana.com>
34 lines
802 B
JSON
34 lines
802 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Phlare",
|
|
"id": "phlare",
|
|
"category": "profiling",
|
|
|
|
"metrics": true,
|
|
"alerting": false,
|
|
"annotations": false,
|
|
"logs": false,
|
|
"streaming": false,
|
|
"tracing": false,
|
|
"backend": true,
|
|
|
|
"info": {
|
|
"description": "Horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system. OSS profiling solution from Grafana Labs.",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://www.grafana.com"
|
|
},
|
|
"keywords": ["grafana", "datasource", "phlare", "flamegraph"],
|
|
"logos": {
|
|
"small": "img/phlare_icon_color.svg",
|
|
"large": "img/phlare_icon_color.svg"
|
|
},
|
|
"links": [
|
|
{
|
|
"name": "GitHub Project",
|
|
"url": "https://github.com/grafana/phlare"
|
|
}
|
|
]
|
|
}
|
|
}
|