Prometheus: Rename step in explore to min step (#41209)
* Prometheus: Make it clear that step in explore is min step * Fix width * Update public/app/plugins/datasource/prometheus/components/PromExploreExtraField.tsx Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
This commit is contained in:
co-authored by
achatterjee-grafana
parent
603dae33d6
commit
2c209e735c
@@ -98,12 +98,12 @@ export const PromExploreExtraField: React.FC<PromExploreExtraFieldProps> = memo(
|
||||
aria-label="Step field"
|
||||
>
|
||||
<InlineFormLabel
|
||||
width={5}
|
||||
width={6}
|
||||
tooltip={
|
||||
'Time units can be used here, for example: 5s, 1m, 3h, 1d, 1y (Default if no unit is specified: s)'
|
||||
'Time units and built-in variables can be used here, for example: $__interval, $__rate_interval, 5s, 1m, 3h, 1d, 1y (Default if no unit is specified: s)'
|
||||
}
|
||||
>
|
||||
Step
|
||||
Min step
|
||||
</InlineFormLabel>
|
||||
<input
|
||||
type={'text'}
|
||||
|
||||
Reference in New Issue
Block a user