plugin.json 471 B

123456789101112131415161718192021222324
  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. "version": "5.0.0"
  21. }
  22. }