update to range start and stop param descriptions

pull/633/head
Scott Anderson 2019-11-21 13:26:08 -07:00
parent a70583936f
commit fbe6d18a49
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ range(start: -15m, stop: now())
### start
The earliest time to include in results.
Results **include** the specified start time.
Results **include** points that match the specified start time.
Use a relative duration or absolute time.
For example, `-1h` or `2019-08-28T22:00:00Z`.
Durations are relative to `now()`.
@ -37,7 +37,7 @@ _**Data type:** Duration | Time_
### stop
The latest time to include in results.
Results **exclude** the specified stop time.
Results **exclude** points that match the specified stop time.
Use a relative duration or absolute time.
For example, `-1h` or `2019-08-28T22:00:00Z`.
Durations are relative to `now()`.