plugin.json 466 B

123456789101112131415161718192021222324
  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. "backend": true,
  11. "info": {
  12. "description": "Open source time series database",
  13. "author": {
  14. "name": "Grafana Labs",
  15. "url": "https://grafana.com"
  16. },
  17. "logos": {
  18. "small": "img/opentsdb_logo.png",
  19. "large": "img/opentsdb_logo.png"
  20. }
  21. }
  22. }