Skip to content

Commit

Permalink
automated release 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
idastambuk committed Oct 11, 2023
1 parent b24bca0 commit 7961f60
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"type": "datasource",
"name": "AWS IoT SiteWise",
"id": "grafana-iot-sitewise-datasource",
"category": "iot",

"backend": true,
"executable": "gpx_iot_sitewise",

"metrics": true,
"alerting": true,
"annotations": true,

"info": {
"description": "A managed service to collect, store, organize and monitor data from industrial equipment",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": ["datasource", "iot", "aws"],
"logos": {
"small": "img/sitewise.svg",
"large": "img/sitewise.svg"
},
"links": [
{
"name": "Website",
"url": "https://aws.amazon.com/iot-sitewise/"
},
{
"name": "Issue Tracker",
"url": "https://github.com/grafana/iot-sitewise-datasource/issues"
}
],
"screenshots": [],
"version": "1.11.1",
"updated": "2023-10-10"
},
"dependencies": {
"grafanaDependency": ">=8.5.0",
"grafanaVersion": "8.5.0",
"plugins": []
}
}

0 comments on commit 7961f60

Please sign in to comment.