Kaynağa Gözat

Update dashboard.md

Šimon Podlipský 7 yıl önce
ebeveyn
işleme
ef60d89742
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      docs/sources/reference/dashboard.md

+ 2 - 0
docs/sources/reference/dashboard.md

@@ -50,6 +50,7 @@ When a user creates a new dashboard, a new dashboard JSON object is initialized
   "annotations": {
   "annotations": {
     "list": []
     "list": []
   },
   },
+  "refresh": "5s",
   "schemaVersion": 16,
   "schemaVersion": 16,
   "version": 0,
   "version": 0,
   "links": []
   "links": []
@@ -71,6 +72,7 @@ Each field in the dashboard JSON is explained below with its usage:
 | **timepicker** | timepicker metadata, see [timepicker section](#timepicker) for details |
 | **timepicker** | timepicker metadata, see [timepicker section](#timepicker) for details |
 | **templating** | templating metadata, see [templating section](#templating) for details |
 | **templating** | templating metadata, see [templating section](#templating) for details |
 | **annotations** | annotations metadata, see [annotations section](#annotations) for details |
 | **annotations** | annotations metadata, see [annotations section](#annotations) for details |
+| **refresh** | auto-refresh interval
 | **schemaVersion** | version of the JSON schema (integer), incremented each time a Grafana update brings changes to said schema |
 | **schemaVersion** | version of the JSON schema (integer), incremented each time a Grafana update brings changes to said schema |
 | **version** | version of the dashboard (integer), incremented each time the dashboard is updated |
 | **version** | version of the dashboard (integer), incremented each time the dashboard is updated |
 | **panels** | panels array, see below for detail. |
 | **panels** | panels array, see below for detail. |