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>
27 lines
725 B
JSON
27 lines
725 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Parca",
|
|
"id": "parca",
|
|
"category": "profiling",
|
|
"metrics": true,
|
|
"backend": true,
|
|
"info": {
|
|
"description": "Continuous profiling for analysis of CPU and memory usage, down to the line number and throughout time. Saving infrastructure cost, improving performance, and increasing reliability.",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://www.grafana.com"
|
|
},
|
|
"keywords": ["grafana", "datasource", "parca", "profiling"],
|
|
"logos": {
|
|
"small": "img/logo-small.svg",
|
|
"large": "img/logo-small.svg"
|
|
},
|
|
"links": [
|
|
{
|
|
"name": "GitHub Project",
|
|
"url": "https://github.com/parca-dev/parca"
|
|
}
|
|
]
|
|
}
|
|
}
|