Skip to content

Commit c8501f2

Browse files
committed
automated release 2.13.2
1 parent b011f5f commit c8501f2

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

dist/plugin.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"type": "datasource",
3+
"name": "AWS 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 AWS X-Ray",
13+
"author": {
14+
"name": "Grafana",
15+
"url": "grafana.com"
16+
},
17+
"keywords": [
18+
"datasource",
19+
"aws",
20+
"amazon",
21+
"x-ray",
22+
"tracing",
23+
"cloud provider",
24+
"traces"
25+
],
26+
"logos": {
27+
"small": "img/AWS-X-Ray.svg",
28+
"large": "img/AWS-X-Ray.svg"
29+
},
30+
"links": [
31+
{
32+
"name": "Website",
33+
"url": "https://github.com/grafana/x-ray-datasource"
34+
},
35+
{
36+
"name": "License",
37+
"url": "https://github.com/grafana/x-ray-datasource/blob/master/LICENSE"
38+
}
39+
],
40+
"screenshots": [],
41+
"version": "2.13.2",
42+
"updated": "2025-02-18"
43+
},
44+
"dependencies": {
45+
"grafanaDependency": ">=8.0.0",
46+
"plugins": []
47+
},
48+
"buildMode": "production"
49+
}

0 commit comments

Comments
 (0)