added grafana, map react-leaflet

This commit is contained in:
PxlLoewe
2025-03-23 20:13:02 -07:00
parent 1c1d82cace
commit 4c4b27da09
72 changed files with 4465 additions and 62 deletions

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