|
| 1 | +{ |
| 2 | + "$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json", |
| 3 | + "type": "app", |
| 4 | + "name": "Grafana Traces Drilldown", |
| 5 | + "id": "grafana-exploretraces-app", |
| 6 | + "preload": true, |
| 7 | + "autoEnabled": true, |
| 8 | + "info": { |
| 9 | + "keywords": ["app", "tempo", "traces", "explore"], |
| 10 | + "description": "Use Rate, Errors, and Duration (RED) metrics derived from traces to investigate errors within complex distributed systems.", |
| 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": "1.1.0", |
| 33 | + "updated": "2025-06-27", |
| 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.5.0", |
| 57 | + "plugins": [], |
| 58 | + "extensions": { |
| 59 | + "exposedComponents": ["grafana-asserts-app/entity-assertions-widget/v1"] |
| 60 | + } |
| 61 | + }, |
| 62 | + "extensions": { |
| 63 | + "exposedComponents": [ |
| 64 | + { |
| 65 | + "id": "grafana-exploretraces-app/open-in-explore-traces-button/v1", |
| 66 | + "title": "Open in Traces Drilldown button", |
| 67 | + "description": "A button that opens a traces view in the Traces Drilldown app." |
| 68 | + }, |
| 69 | + { |
| 70 | + "id": "grafana-exploretraces-app/embedded-trace-exploration/v1", |
| 71 | + "title": "Embedded Trace Exploration", |
| 72 | + "description": "A component that renders a trace exploration view that can be embedded in other parts of Grafana." |
| 73 | + } |
| 74 | + ], |
| 75 | + "addedComponents": [ |
| 76 | + { |
| 77 | + "targets": ["grafana-asserts-app/entity-assertions-widget/v1"], |
| 78 | + "title": "Asserts widget", |
| 79 | + "description": "A block with assertions for a given service" |
| 80 | + } |
| 81 | + ], |
| 82 | + "addedLinks": [ |
| 83 | + { |
| 84 | + "targets": ["grafana/dashboard/panel/menu"], |
| 85 | + "title": "Open in Traces Drilldown", |
| 86 | + "description": "Open current query in the Traces Drilldown app" |
| 87 | + }, |
| 88 | + { |
| 89 | + "title": "Open in Grafana Traces Drilldown", |
| 90 | + "description": "Try our new queryless experience for traces", |
| 91 | + "targets": ["grafana/explore/toolbar/action"] |
| 92 | + } |
| 93 | + ], |
| 94 | + "extensionPoints": [ |
| 95 | + { |
| 96 | + "id": "grafana-exploretraces-app/investigation/v1" |
| 97 | + } |
| 98 | + ] |
| 99 | + } |
| 100 | +} |
0 commit comments