plugin.json 479 B

123456789101112131415161718192021222324252627
  1. {
  2. "type": "datasource",
  3. "name": "PostgreSQL",
  4. "id": "postgres",
  5. "info": {
  6. "description": "PostgreSQL Data Source for Grafana",
  7. "author": {
  8. "name": "Grafana Project",
  9. "url": "https://grafana.com"
  10. },
  11. "logos": {
  12. "small": "img/postgresql_logo.svg",
  13. "large": "img/postgresql_logo.svg"
  14. },
  15. "version": "5.0.0"
  16. },
  17. "alerting": true,
  18. "annotations": true,
  19. "metrics": true,
  20. "queryOptions": {
  21. "minInterval": true
  22. }
  23. }