grafana/public/app/plugins/datasource/phlare/plugin.json
Andrej Ocenas 0845ac2f53
Profiling: Add Phlare and Parca datasources (#57809)
* 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>
2022-10-28 13:33:37 +02:00

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"
}
]
}
}