Skip to content

Commit

Permalink
automated release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
svennergr committed Jan 9, 2025
1 parent c931477 commit 64e2ba4
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
}

0 comments on commit 64e2ba4

Please sign in to comment.