plugin.json 305 B

12345678910111213141516
  1. {
  2. "name": "Stackdriver",
  3. "type": "datasource",
  4. "id": "stackdriver",
  5. "metrics": true,
  6. "alerting": false,
  7. "annotations": false,
  8. "queryOptions": {
  9. "maxDataPoints": true,
  10. "cacheTimeout": true
  11. },
  12. "info": {
  13. "description": "Data Source for Stackdriver",
  14. "version": "1.0.0"
  15. }
  16. }