with-dashboard-json-values.yaml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. dashboards:
  2. my-provider:
  3. my-awesome-dashboard:
  4. # An empty but valid dashboard
  5. json: |
  6. {
  7. "__inputs": [],
  8. "__requires": [
  9. {
  10. "type": "grafana",
  11. "id": "grafana",
  12. "name": "Grafana",
  13. "version": "6.3.5"
  14. }
  15. ],
  16. "annotations": {
  17. "list": [
  18. {
  19. "builtIn": 1,
  20. "datasource": "-- Grafana --",
  21. "enable": true,
  22. "hide": true,
  23. "iconColor": "rgba(0, 211, 255, 1)",
  24. "name": "Annotations & Alerts",
  25. "type": "dashboard"
  26. }
  27. ]
  28. },
  29. "editable": true,
  30. "gnetId": null,
  31. "graphTooltip": 0,
  32. "id": null,
  33. "links": [],
  34. "panels": [],
  35. "schemaVersion": 19,
  36. "style": "dark",
  37. "tags": [],
  38. "templating": {
  39. "list": []
  40. },
  41. "time": {
  42. "from": "now-6h",
  43. "to": "now"
  44. },
  45. "timepicker": {
  46. "refresh_intervals": ["5s"]
  47. },
  48. "timezone": "",
  49. "title": "Dummy Dashboard",
  50. "uid": "IdcYQooWk",
  51. "version": 1
  52. }
  53. datasource: Prometheus