plugin.json 452 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. "info": {
  10. "description": "OpenTSDB Data Source for Grafana",
  11. "author": {
  12. "name": "Grafana Project",
  13. "url": "https://grafana.com"
  14. },
  15. "logos": {
  16. "small": "img/opentsdb_logo.png",
  17. "large": "img/opentsdb_logo.png"
  18. },
  19. "version": "5.0.0"
  20. }
  21. }