added grafana, map react-leaflet
This commit is contained in:
109
grafana/plugins/grafana-lokiexplore-app/plugin.json
Normal file
109
grafana/plugins/grafana-lokiexplore-app/plugin.json
Normal file
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
|
||||
"autoEnabled": true,
|
||||
"dependencies": {
|
||||
"extensions": {
|
||||
"exposedComponents": [
|
||||
"grafana-adaptivelogs-app/temporary-exemptions/v1"
|
||||
]
|
||||
},
|
||||
"grafanaDependency": "\u003e=11.3.0",
|
||||
"plugins": []
|
||||
},
|
||||
"extensions": {
|
||||
"addedLinks": [
|
||||
{
|
||||
"description": "Open current query in the Grafana Logs Drilldown view",
|
||||
"targets": [
|
||||
"grafana/dashboard/panel/menu",
|
||||
"grafana/explore/toolbar/action"
|
||||
],
|
||||
"title": "Open in Grafana Logs Drilldown"
|
||||
}
|
||||
],
|
||||
"exposedComponents": [
|
||||
{
|
||||
"description": "A button that opens a logs view in the Logs Drilldown app.",
|
||||
"id": "grafana-lokiexplore-app/open-in-explore-logs-button/v1",
|
||||
"title": "Open in Logs Drilldown button"
|
||||
}
|
||||
],
|
||||
"extensionPoints": [
|
||||
{
|
||||
"id": "grafana-lokiexplore-app/investigation/v1"
|
||||
},
|
||||
{
|
||||
"id": "grafana-lokiexplore-app/toolbar-open-related/v1",
|
||||
"title": "Open related signals like metrics/traces/profiles"
|
||||
}
|
||||
]
|
||||
},
|
||||
"id": "grafana-lokiexplore-app",
|
||||
"includes": [
|
||||
{
|
||||
"action": "datasources:explore",
|
||||
"addToNav": true,
|
||||
"defaultNav": true,
|
||||
"name": "Grafana Logs Drilldown",
|
||||
"path": "/a/grafana-lokiexplore-app/explore",
|
||||
"type": "page"
|
||||
}
|
||||
],
|
||||
"info": {
|
||||
"author": {
|
||||
"name": "Grafana"
|
||||
},
|
||||
"build": {
|
||||
"time": 1742399020282,
|
||||
"repo": "https://github.com/grafana/logs-drilldown",
|
||||
"branch": "main",
|
||||
"hash": "7e460b5135a94ff8da2e783c1dbe08d5944de772",
|
||||
"build": 2015
|
||||
},
|
||||
"description": "Visualize log volumes to easily detect anomalies or significant changes over time, without needing to compose LogQL queries.",
|
||||
"keywords": [
|
||||
"app",
|
||||
"loki",
|
||||
"explore",
|
||||
"logs",
|
||||
"drilldown",
|
||||
"drill",
|
||||
"down",
|
||||
"drill-down"
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"name": "Github",
|
||||
"url": "https://github.com/grafana/explore-logs"
|
||||
},
|
||||
{
|
||||
"name": "Report bug",
|
||||
"url": "https://github.com/grafana/explore-logs/issues/new"
|
||||
}
|
||||
],
|
||||
"logos": {
|
||||
"large": "img/logo.svg",
|
||||
"small": "img/logo.svg"
|
||||
},
|
||||
"screenshots": [
|
||||
{
|
||||
"name": "patterns",
|
||||
"path": "img/patterns.png"
|
||||
},
|
||||
{
|
||||
"name": "fields",
|
||||
"path": "img/fields.png"
|
||||
},
|
||||
{
|
||||
"name": "table",
|
||||
"path": "img/table.png"
|
||||
}
|
||||
],
|
||||
"updated": "2025-03-19",
|
||||
"version": "1.0.9"
|
||||
},
|
||||
"name": "Grafana Logs Drilldown",
|
||||
"preload": true,
|
||||
"roles": [],
|
||||
"type": "app"
|
||||
}
|
||||
Reference in New Issue
Block a user