Skip to content

Commit

Permalink
automated release 2.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwcyu committed Dec 12, 2024
1 parent 066e236 commit d536396
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"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",
"amazon",
"cloud provider",
"time series"
],
"logos": {
"small": "img/timestream.svg",
"large": "img/timestream.svg"
},
"links": [
{
"name": "Website",
"url": "https://github.com/grafana/timestream-datasource"
}
],
"screenshots": [],
"version": "2.9.12",
"updated": "2024-12-12"
},
"dependencies": {
"grafanaDependency": ">=9.5.13",
"plugins": []
},
"buildMode": "production"
}

0 comments on commit d536396

Please sign in to comment.