From 32111ee203094a2f31c1d97787ad18f77420423a Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 11 Oct 2022 09:04:25 -0400 Subject: [PATCH] Google Cloud Monitoring: Adapt default crossSeriesReducer (#56693) (#56706) (cherry picked from commit cf2ba7e41c81a93045bc81bce5584853887b6d23) Co-authored-by: Andres Martinez Gotor --- .../cloud-monitoring/components/MetricQueryEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/cloud-monitoring/components/MetricQueryEditor.tsx b/public/app/plugins/datasource/cloud-monitoring/components/MetricQueryEditor.tsx index 09090f4ac24..e0948666e04 100644 --- a/public/app/plugins/datasource/cloud-monitoring/components/MetricQueryEditor.tsx +++ b/public/app/plugins/datasource/cloud-monitoring/components/MetricQueryEditor.tsx @@ -46,7 +46,7 @@ export const defaultQuery: (dataSource: CloudMonitoringDatasource) => MetricQuer metricType: '', metricKind: MetricKind.GAUGE, valueType: '', - crossSeriesReducer: 'REDUCE_MEAN', + crossSeriesReducer: 'REDUCE_NONE', alignmentPeriod: 'cloud-monitoring-auto', perSeriesAligner: AlignmentTypes.ALIGN_MEAN, groupBys: [],