GoogleCloudMonitoring: fix typo tooltip pre-processing (#57049)

pull/57063/head
Labesse Kévin 3 years ago committed by GitHub
parent da39c7297b
commit c8402b4b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/plugins/datasource/cloud-monitoring/components/Preprocessor.tsx

@ -19,7 +19,7 @@ export const Preprocessor: FunctionComponent<Props> = ({ query, metricDescriptor
return (
<EditorField
label="Pre-processing"
tooltip="Preprocessing options are displayed when the selected metric has a metric kind of delta or cumulative. The specific options available are determined by the metic's value type. If you select 'Rate', data points are aligned and converted to a rate per time series. If you select 'Delta', data points are aligned by their delta (difference) per time series"
tooltip="Preprocessing options are displayed when the selected metric has a metric kind of delta or cumulative. The specific options available are determined by the metric's value type. If you select 'Rate', data points are aligned and converted to a rate per time series. If you select 'Delta', data points are aligned by their delta (difference) per time series"
>
<RadioButtonGroup
onChange={(value: PreprocessorType) => {

Loading…
Cancel
Save