From 64e2ba4f68be73641ce2064cba8295a9fca07094 Mon Sep 17 00:00:00 2001 From: Sven Grossmann Date: Thu, 9 Jan 2025 19:39:45 +0000 Subject: [PATCH] automated release 1.0.5 --- dist/plugin.json | 78 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..edce1ce1 --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,78 @@ +{ + "$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json", + "type": "app", + "name": "Explore Logs", + "id": "grafana-lokiexplore-app", + "autoEnabled": true, + "info": { + "keywords": ["app", "loki", "explore", "logs"], + "description": "Query-less exploration of log data stored in Loki", + "author": { + "name": "Grafana" + }, + "logos": { + "small": "img/logo.svg", + "large": "img/logo.svg" + }, + "screenshots": [ + { + "name": "patterns", + "path": "img/patterns.png" + }, + { + "name": "fields", + "path": "img/fields.png" + }, + { + "name": "table", + "path": "img/table.png" + } + ], + "version": "1.0.5", + "updated": "2025-01-09", + "links": [ + { + "name": "Github", + "url": "https://github.com/grafana/explore-logs" + }, + { + "name": "Report bug", + "url": "https://github.com/grafana/explore-logs/issues/new" + } + ] + }, + "includes": [ + { + "type": "page", + "name": "Logs", + "path": "/a/grafana-lokiexplore-app/explore", + "action": "datasources:explore", + "addToNav": true, + "defaultNav": true + } + ], + "roles": [], + "dependencies": { + "grafanaDependency": ">=11.3.0", + "plugins": [] + }, + "preload": true, + "extensions": { + "addedLinks": [ + { + "targets": ["grafana/dashboard/panel/menu", "grafana/explore/toolbar/action"], + "title": "Open in Explore Logs", + "description": "Open current query in the Explore Logs view" + } + ], + "extensionPoints": [ + { + "id": "grafana-lokiexplore-app/metric-exploration/v1" + }, + { + "id": "grafana-lokiexplore-app/toolbar-open-related/v1", + "title": "Open related signals like metrics/traces/profiles" + } + ] + } +}