|
| 1 | +{ |
| 2 | + "$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json", |
| 3 | + "type": "app", |
| 4 | + "name": "Explore Traces", |
| 5 | + "id": "grafana-exploretraces-app", |
| 6 | + "preload": true, |
| 7 | + "autoEnabled": true, |
| 8 | + "info": { |
| 9 | + "keywords": ["app", "tempo", "traces", "explore"], |
| 10 | + "description": "Grafana app plugin that allows users for a query-less way to navigate and visualize trace data stored in Tempo.", |
| 11 | + "author": { |
| 12 | + "name": "Grafana" |
| 13 | + }, |
| 14 | + "logos": { |
| 15 | + "small": "img/logo.svg", |
| 16 | + "large": "img/logo.svg" |
| 17 | + }, |
| 18 | + "screenshots": [ |
| 19 | + { |
| 20 | + "name": "histogram-breakdown", |
| 21 | + "path": "img/histogram-breakdown.png" |
| 22 | + }, |
| 23 | + { |
| 24 | + "name": "errors-metric-flow", |
| 25 | + "path": "img/errors-metric-flow.png" |
| 26 | + }, |
| 27 | + { |
| 28 | + "name": "errors-root-cause", |
| 29 | + "path": "img/errors-root-cause.png" |
| 30 | + } |
| 31 | + ], |
| 32 | + "version": "0.2.3", |
| 33 | + "updated": "2025-02-06", |
| 34 | + "links": [ |
| 35 | + { |
| 36 | + "name": "Github", |
| 37 | + "url": "https://github.com/grafana/explore-traces" |
| 38 | + }, |
| 39 | + { |
| 40 | + "name": "Report bug", |
| 41 | + "url": "https://github.com/grafana/explore-traces/issues/new" |
| 42 | + } |
| 43 | + ] |
| 44 | + }, |
| 45 | + "includes": [ |
| 46 | + { |
| 47 | + "type": "page", |
| 48 | + "name": "Explore", |
| 49 | + "path": "/a/grafana-exploretraces-app/", |
| 50 | + "action": "datasources:explore", |
| 51 | + "addToNav": true, |
| 52 | + "defaultNav": true |
| 53 | + } |
| 54 | + ], |
| 55 | + "dependencies": { |
| 56 | + "grafanaDependency": ">=11.3.0", |
| 57 | + "plugins": [] |
| 58 | + }, |
| 59 | + "extensions": { |
| 60 | + "addedLinks": [ |
| 61 | + { |
| 62 | + "targets": ["grafana-lokiexplore-app/toolbar-open-related/v1"], |
| 63 | + "title": "open traces", |
| 64 | + "description": "Open traces" |
| 65 | + } |
| 66 | + ] |
| 67 | + } |
| 68 | +} |
0 commit comments