plugin.json 575 字节
Newer Older
H
hzcheng 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
{
  "name": "TDengine",
  "id": "tdengine",
  "type": "datasource",

  "partials": {
    "config": "partials/config.html"
  },

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

  "info": {
    "description": "TDengine datasource",
    "author": {
      "name": "Taosdata Inc.",
      "url": "https://www.taosdata.com"
    },
    "logos": {
      "small": "img/taosdata_logo.png",
      "large": "img/taosdata_logo.png"
    },
    "version": "1.6.0",
    "updated": "2019-07-01"
  },

  "dependencies": {
    "grafanaVersion": "5.2.4",
    "plugins": [ ]
  }
}