Skip to content

Commit

Permalink
automated release 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
idastambuk committed Jan 29, 2024
1 parent f035c92 commit 1b228fe
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"type": "datasource",
"name": "Amazon Timestream",
"id": "grafana-timestream-datasource",
"category": "tsdb",

"backend": true,
"executable": "gpx_timestream",
"metrics": true,
"alerting": true,
"annotations": true,
"includes": [{ "type": "dashboard", "name": "Sample (DevOps)", "path": "dashboards/sample.json" }],
"info": {
"description": "Managed timeseries database from amazon",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": ["datasource", "timestream", "aws"],
"logos": {
"small": "img/timestream.svg",
"large": "img/timestream.svg"
},
"links": [
{
"name": "Website",
"url": "https://github.com/grafana/timestream-datasource"
}
],
"screenshots": [],
"version": "2.9.1",
"updated": "2024-01-29"
},
"dependencies": {
"grafanaDependency": ">=8.0.0",
"plugins": []
}
}

0 comments on commit 1b228fe

Please sign in to comment.