plugin.json 373 B

123456789101112131415161718192021
  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. "author": {
  11. "name": "Grafana Project",
  12. "url": "https://grafana.com"
  13. },
  14. "logos": {
  15. "small": "img/opentsdb_logo.png",
  16. "large": "img/opentsdb_logo.png"
  17. }
  18. }
  19. }