Skip to content

Commit 218e2d0

Browse files
committed
automated release 2.9.11
1 parent 4ef9904 commit 218e2d0

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

dist/plugin.json

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

0 commit comments

Comments
 (0)