added grafana, map react-leaflet
This commit is contained in:
78
grafana/plugins/grafana-pyroscope-app/plugin.json
Normal file
78
grafana/plugins/grafana-pyroscope-app/plugin.json
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
|
||||
"type": "app",
|
||||
"name": "Grafana Profiles Drilldown",
|
||||
"id": "grafana-pyroscope-app",
|
||||
"autoEnabled": true,
|
||||
"backend": false,
|
||||
"preload": true,
|
||||
"dependencies": {
|
||||
"grafanaDependency": ">=11.5.0",
|
||||
"plugins": []
|
||||
},
|
||||
"info": {
|
||||
"keywords": [
|
||||
"app",
|
||||
"pyroscope",
|
||||
"profiling",
|
||||
"explore",
|
||||
"profiles",
|
||||
"performance",
|
||||
"drilldown"
|
||||
],
|
||||
"description": "Continuous profiling service powered by Grafana Pyroscope",
|
||||
"author": {
|
||||
"name": "Grafana"
|
||||
},
|
||||
"logos": {
|
||||
"small": "img/logo.svg",
|
||||
"large": "img/logo.svg"
|
||||
},
|
||||
"screenshots": [
|
||||
{
|
||||
"name": "Hero Image",
|
||||
"path": "img/hero-image.png"
|
||||
}
|
||||
],
|
||||
"version": "1.2.0",
|
||||
"updated": "2025-03-10",
|
||||
"links": [
|
||||
{
|
||||
"name": "GitHub",
|
||||
"url": "https://github.com/grafana/explore-profiles"
|
||||
},
|
||||
{
|
||||
"name": "Report bug",
|
||||
"url": "https://github.com/grafana/explore-profiles/issues/new"
|
||||
}
|
||||
]
|
||||
},
|
||||
"includes": [
|
||||
{
|
||||
"type": "page",
|
||||
"name": "Profiles",
|
||||
"path": "/a/grafana-pyroscope-app/explore",
|
||||
"action": "datasources:explore",
|
||||
"addToNav": true,
|
||||
"defaultNav": true
|
||||
}
|
||||
],
|
||||
"extensions": {
|
||||
"extensionPoints": [
|
||||
{
|
||||
"id": "grafana-pyroscope-app/investigation/v1"
|
||||
}
|
||||
],
|
||||
"addedLinks": [
|
||||
{
|
||||
"title": "Open in Grafana Profiles Drilldown",
|
||||
"description": "Try our new queryless experience for profiles",
|
||||
"targets": [
|
||||
"grafana/explore/toolbar/action",
|
||||
"grafana/traceview/details"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"buildMode": "production"
|
||||
}
|
||||
Reference in New Issue
Block a user