Adding additional pages and updates from google doc

This commit is contained in:
Matt Toback
2015-08-10 18:19:56 -04:00
parent 2d99308219
commit 2b59724ea8
6 changed files with 194 additions and 28 deletions
+21 -7
View File
@@ -4,13 +4,13 @@ page_description: Time range user guide
page_keywords: grafana, time range, guide, documentation
---
# Dashboard time picker
# Time Range Controls
Grafana provides numerous ways to manage the time ranges of the data being visualized, both at the Dashboard-level and the Panel-level.
![](/img/v1/time_range_controls.png)
<img class="no-shadow" src="/img/v1/time_range_controls.png">
In the top right, you have the master Dashboard time picker (it's inbetween the 'Zoom out' and the 'Refresh' links).
In the top right, you have the master Dashboard time picker (it's in between the 'Zoom out' and the 'Refresh' links).
From this dropdown you can:
@@ -24,10 +24,24 @@ All of this applies to all Panels in the Dashboard (except those with Panel Time
It's possible to customize the options displayed for relative time and the auto-refresh options.
From Dashboard settings, click the Timepicker tab. From here you can specify the relative and auto refresh intervals. The Timepicker tab settings are saved on a per Dashboard basis. Entries are comma separated and accept a number followed by one of the following units: s (seconds), m (minutes), h (hours), d (days), w (weeks), M (months), y (years).
From Dashboard settings, click the Timepicker tab. From here you can specify the relative and auto refresh intervals. The Timepicker tab settings are saved on a per Dashboard basis. Entries are comma separated and accept a number followed by one of the following units: `s (seconds)`, `m (minutes)`, `h (hours)`, `d (days)`, `w (weeks)`, `M (months)`, `y (years)`.
![](/img/v1/timepicker_editor.png)
<img class="no-shadow" src="/img/v2/TimePicker-TimeOptions.png">
## Panel time override
In Grafana 2.0, it's now possible for individual Panels to override the Dashboard time picker. Please check out the [whats new in 2.0 guide](../../guides/whats-new-in-v2/) for further information
## Panel time overrides & timeshift
In Grafana v2.x you can now override the relative time range for individual panels, causing them to be different than what is selected in the Dashboard time picker in the upper right. You can also add a time shift to individual panels. This allows you to show metrics from different time periods or days at the same time.
<img class="no-shadow" src="/img/v2/panel_time_override.jpg">
You control these overrides in panel editor mode and the new tab `Time Range`.
<img class="no-shadow" src="/img/v2/time_range_tab.jpg">
When you zoom or change the Dashboard time to a custom absolute time range, all panel overrides will be disabled. The panel relative time override is only active when the dashboard time is also relative. The panel timeshift override however is always active, even when the dashboard time is absolute.
The `Hide time override info` option allows you to hide the the override info text that is by default shown in the
upper right of a panel when overridden time range options.
Currently you can only override the dashboard time with relative time ranges, not absolute time ranges.