Chore: Improve wording of 'Now delay' option (#41368)
* Chore: Improve wording of 'Now delay' option * Feedback
This commit is contained in:
@@ -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.
|
- **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.
|
- 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.
|
- **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.
|
- **Hide time picker -** Select this option if you do not want Grafana to display the time picker.
|
||||||
|
|
||||||
## Panel time overrides and timeshift
|
## Panel time overrides and timeshift
|
||||||
|
|||||||
@@ -80,10 +80,7 @@ export class TimePickerSettings extends PureComponent<Props, State> {
|
|||||||
refreshIntervals={this.props.refreshIntervals}
|
refreshIntervals={this.props.refreshIntervals}
|
||||||
onRefreshIntervalChange={this.props.onRefreshIntervalChange}
|
onRefreshIntervalChange={this.props.onRefreshIntervalChange}
|
||||||
/>
|
/>
|
||||||
<Field
|
<Field label="Now delay" description="Exclude recent data that may be incomplete.">
|
||||||
label="Now delay now"
|
|
||||||
description="Enter 1m to ignore the last minute. It might contain incomplete metrics."
|
|
||||||
>
|
|
||||||
<Input
|
<Input
|
||||||
id="now-delay-input"
|
id="now-delay-input"
|
||||||
invalid={!this.state.isNowDelayValid}
|
invalid={!this.state.isNowDelayValid}
|
||||||
|
|||||||
Reference in New Issue
Block a user