blob: cc119c7df14781280dde8f5c7f049c27e6ccc50d [file] [log] [blame]
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
"name": "Apache IoTDB",
"id": "iotdb",
"metrics": true,
"backend": true,
"alerting": true,
"executable": "iotdb-datasource",
"info": {
"description": "Apache IoTDB",
"author": {
"name": "the Apache Software Foundation (ASF)",
"url": "https://iotdb.apache.org/"
},
"keywords": [
"apache",
"iotdb",
"tsdb",
"timeseries",
"grafana",
"plugin"
],
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"links": [
{
"name": "Website",
"url": "https://iotdb.apache.org/"
},
{
"name": "Github",
"url": "https://github.com/apache/iotdb"
},
{
"name": "License",
"url": "https://github.com/apache/iotdb/blob/master/LICENSE"
}
],
"screenshots": [],
"version": "%VERSION%",
"updated": "%TODAY%"
},
"dependencies": {
"grafanaDependency": ">=7.0.0",
"plugins": []
}
}