plugin.json 447 B

1234567891011121314151617181920212223
  1. {
  2. "type": "datasource",
  3. "name": "OpenTSDB",
  4. "id": "opentsdb",
  5. "metrics": true,
  6. "defaultMatchFormat": "pipe",
  7. "annotations": true,
  8. "alerting": true,
  9. "tables": false,
  10. "info": {
  11. "description": "OpenTSDB Data Source for Grafana",
  12. "author": {
  13. "name": "Grafana Project",
  14. "url": "https://grafana.com"
  15. },
  16. "logos": {
  17. "small": "img/opentsdb_logo.png",
  18. "large": "img/opentsdb_logo.png"
  19. }
  20. }
  21. }