plugin.json 450 B

1234567891011121314151617181920212223
  1. {
  2. "type": "datasource",
  3. "name": "OpenTSDB",
  4. "id": "opentsdb",
  5. "category": "tsdb",
  6. "metrics": true,
  7. "defaultMatchFormat": "pipe",
  8. "annotations": true,
  9. "alerting": true,
  10. "info": {
  11. "description": "Open source time series database",
  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. }