mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update time-range-controls.md (#31935)
* Update time-range-controls.md Adding more examples of relative time instructions, it could hep to newbie people to understand it. * Apply suggestions from code review Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
This commit is contained in:
parent
458681c424
commit
7749724194
@ -26,8 +26,12 @@ Here are some examples:
|
||||
| Last 5 minutes | `now-5m` | `now` |
|
||||
| The day so far | `now/d` | `now` |
|
||||
| This week | `now/w` | `now/w` |
|
||||
| Week to date | `now/w` | `now` |
|
||||
| This week so far | `now/w` | `now` |
|
||||
| This month | `now/M` | `now/M` |
|
||||
| This month so far | `now/M` | `now` |
|
||||
| Previous Month | `now-1M/M` | `now-1M/M` |
|
||||
| This year so far | `now/Y` | `now` |
|
||||
| This Year | `now/Y` | `now/Y |
|
||||
|
||||
## Common time range controls
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user