connections.json 443 B

12345678910111213141516171819202122232425262728
  1. {
  2. "__inputs": [
  3. {
  4. "name": "DS_NAME",
  5. "type": "datasource",
  6. "pluginId": "graphite"
  7. }
  8. ],
  9. "title": "Nginx Connections",
  10. "revision": 25,
  11. "schemaVersion": 11,
  12. "tags": ["tag1", "tag2"],
  13. "number_array": [1,2,3,10.33],
  14. "boolean_true": true,
  15. "boolean_false": false,
  16. "rows": [
  17. {
  18. "panels": [
  19. {
  20. "type": "graph",
  21. "datasource": "${DS_NAME}"
  22. }
  23. ]
  24. }
  25. ]
  26. }