Skip to content

Commit

Permalink
automated release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adrapereira committed Jan 13, 2025
1 parent 85b88b3 commit 5f12b24
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
"type": "app",
"name": "Explore Traces",
"id": "grafana-exploretraces-app",
"preload": true,
"autoEnabled": true,
"info": {
"keywords": ["app", "tempo", "traces", "explore"],
"description": "Grafana app plugin that allows users for a query-less way to navigate and visualize trace data stored in Tempo.",
"author": {
"name": "Grafana"
},
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"screenshots": [
{
"name": "histogram-breakdown",
"path": "img/histogram-breakdown.png"
},
{
"name": "errors-metric-flow",
"path": "img/errors-metric-flow.png"
},
{
"name": "errors-root-cause",
"path": "img/errors-root-cause.png"
}
],
"version": "0.2.2",
"updated": "2025-01-13",
"links": [
{
"name": "Github",
"url": "https://github.com/grafana/explore-traces"
},
{
"name": "Report bug",
"url": "https://github.com/grafana/explore-traces/issues/new"
}
]
},
"includes": [
{
"type": "page",
"name": "Explore",
"path": "/a/grafana-exploretraces-app/",
"action": "datasources:explore",
"addToNav": true,
"defaultNav": true
}
],
"dependencies": {
"grafanaDependency": ">=11.3.0",
"plugins": []
},
"extensions": {
"addedLinks": [
{
"targets": ["grafana-lokiexplore-app/toolbar-open-related/v1"],
"title": "open traces",
"description": "Open traces"
}
]
}
}

0 comments on commit 5f12b24

Please sign in to comment.