Skip to content

Commit c63da42

Browse files
committed
automated release 0.2.9
1 parent a023259 commit c63da42

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

dist/plugin.json

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
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": "0.2.9",
33+
"updated": "2025-04-15",
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+
"exposedComponents": [
61+
{
62+
"id": "grafana-exploretraces-app/open-in-explore-traces-button/v1",
63+
"title": "Open in Traces Drilldown button",
64+
"description": "A button that opens a traces view in the Traces Drilldown app."
65+
}
66+
],
67+
"addedLinks": [
68+
{
69+
"targets": ["grafana/dashboard/panel/menu"],
70+
"title": "Open in Traces Drilldown",
71+
"description": "Open current query in the Traces Drilldown app"
72+
},
73+
{
74+
"title": "Open in Grafana Traces Drilldown",
75+
"description": "Try our new queryless experience for traces",
76+
"targets": ["grafana/explore/toolbar/action"]
77+
}
78+
],
79+
"extensionPoints": [
80+
{
81+
"id": "grafana-exploretraces-app/investigation/v1"
82+
}
83+
]
84+
}
85+
}

0 commit comments

Comments
 (0)