Skip to content

Commit 089f326

Browse files
committed
automated release 2.9.1
1 parent 1ae732c commit 089f326

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

dist/plugin.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"type": "datasource",
3+
"name": "X-Ray",
4+
"id": "grafana-x-ray-datasource",
5+
"category": "tracing",
6+
"metrics": true,
7+
"tracing": true,
8+
"backend": true,
9+
"alerting": true,
10+
"executable": "gpx_x-ray-datasource",
11+
"info": {
12+
"description": "Data source for Amazon AWS X-Ray",
13+
"author": {
14+
"name": "Grafana",
15+
"url": "grafana.com"
16+
},
17+
"keywords": ["aws", "x-ray", "tracing", "cloud provider", "traces"],
18+
"logos": {
19+
"small": "img/AWS-X-Ray.svg",
20+
"large": "img/AWS-X-Ray.svg"
21+
},
22+
"links": [
23+
{
24+
"name": "Website",
25+
"url": "https://github.com/grafana/x-ray-datasource"
26+
},
27+
{
28+
"name": "License",
29+
"url": "https://github.com/grafana/x-ray-datasource/blob/master/LICENSE"
30+
}
31+
],
32+
"screenshots": [],
33+
"version": "2.9.1",
34+
"updated": "2024-07-04"
35+
},
36+
"dependencies": {
37+
"grafanaDependency": ">=8.0.0",
38+
"plugins": []
39+
}
40+
}

0 commit comments

Comments
 (0)