Skip to content

Commit

Permalink
automated release 1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwcyu committed Jan 17, 2025
1 parent 13bde1d commit 1fcd362
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"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",
"sitewise",
"iot",
"aws",
"amazon",
"cloud provider"
],
"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.25.2",
"updated": "2025-01-17"
},
"dependencies": {
"grafanaDependency": ">=8.5.0",
"grafanaVersion": "8.5.0",
"plugins": []
},
"buildMode": "production"
}

0 comments on commit 1fcd362

Please sign in to comment.