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:
Ivana Huckova 2021-11-04 13:19:44 +01:00 committed by GitHub
parent 603dae33d6
commit 2c209e735c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'}