Google Cloud Monitoring: Adapt default crossSeriesReducer (#56693) (#56706)

(cherry picked from commit cf2ba7e41c)

Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-10-11 09:04:25 -04:00
committed by GitHub
co-authored by Andres Martinez Gotor
parent 4468aac4ee
commit 32111ee203
@@ -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: [],