Chore: Improve wording of 'Now delay' option (#41368)

* Chore: Improve wording of 'Now delay' option

* Feedback
This commit is contained in:
Josh Hunt 2021-11-15 15:08:28 +00:00 committed by GitHub
parent 4219e4f107
commit bfec79a7dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -105,7 +105,7 @@ For more advanced time settings, click the **Dashboard settings** (gear) icon at
- **Local browser time -** The time zone configured for the viewing user browser is used. This is usually the same time zone as set on the computer.
- Standard [ISO 8601 time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), including UTC.
- **Auto-refresh -** Customize the options displayed for relative time and the auto-refresh options. Entries are comma separated and accept any valid time unit.
- **Now delay now- -** Override the `now` value by entering a time delay. Most commonly, this feature is used to accommodate known delays in data aggregation to avoid null values.
- **Now delay -** Override the `now` time by entering a time delay. Use this option to accommodate known delays in data aggregation to avoid null values.
- **Hide time picker -** Select this option if you do not want Grafana to display the time picker.
## Panel time overrides and timeshift

View File

@ -80,10 +80,7 @@ export class TimePickerSettings extends PureComponent<Props, State> {
refreshIntervals={this.props.refreshIntervals}
onRefreshIntervalChange={this.props.onRefreshIntervalChange}
/>
<Field
label="Now delay now"
description="Enter 1m to ignore the last minute. It might contain incomplete metrics."
>
<Field label="Now delay" description="Exclude recent data that may be incomplete.">
<Input
id="now-delay-input"
invalid={!this.state.isNowDelayValid}