Skip to content

Commit fd2e119

Browse files
committed
automated release 2.12.0
1 parent 1540836 commit fd2e119

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

dist/plugin.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"type": "datasource",
3+
"name": "Amazon Timestream",
4+
"id": "grafana-timestream-datasource",
5+
"category": "tsdb",
6+
"backend": true,
7+
"executable": "gpx_timestream",
8+
"metrics": true,
9+
"alerting": true,
10+
"annotations": true,
11+
"includes": [
12+
{
13+
"type": "dashboard",
14+
"name": "Sample (DevOps)",
15+
"path": "dashboards/sample.json"
16+
}
17+
],
18+
"info": {
19+
"description": "Managed timeseries database from amazon",
20+
"author": {
21+
"name": "Grafana Labs",
22+
"url": "https://grafana.com"
23+
},
24+
"keywords": [
25+
"datasource",
26+
"timestream",
27+
"aws",
28+
"amazon",
29+
"cloud provider",
30+
"time series"
31+
],
32+
"logos": {
33+
"small": "img/timestream.svg",
34+
"large": "img/timestream.svg"
35+
},
36+
"links": [
37+
{
38+
"name": "Website",
39+
"url": "https://github.com/grafana/timestream-datasource"
40+
}
41+
],
42+
"screenshots": [],
43+
"version": "2.12.0",
44+
"updated": "2025-05-23"
45+
},
46+
"dependencies": {
47+
"grafanaDependency": ">=10.4.x",
48+
"plugins": []
49+
},
50+
"buildMode": "production"
51+
}

0 commit comments

Comments
 (0)