connections.json 465 B

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