mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
35 lines
917 B
JSON
35 lines
917 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Grafana Pyroscope",
|
|
"id": "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"
|
|
}
|
|
]
|
|
}
|
|
}
|