Google Cloud Monitoring: Adapt default crossSeriesReducer (#56693)

This commit is contained in:
Andres Martinez Gotor 2022-10-11 14:51:25 +02:00 committed by GitHub
parent ae927eab73
commit cf2ba7e41c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ export const defaultQuery: (dataSource: CloudMonitoringDatasource) => MetricQuer
metricType: '', metricType: '',
metricKind: MetricKind.GAUGE, metricKind: MetricKind.GAUGE,
valueType: '', valueType: '',
crossSeriesReducer: 'REDUCE_MEAN', crossSeriesReducer: 'REDUCE_NONE',
alignmentPeriod: 'cloud-monitoring-auto', alignmentPeriod: 'cloud-monitoring-auto',
perSeriesAligner: AlignmentTypes.ALIGN_MEAN, perSeriesAligner: AlignmentTypes.ALIGN_MEAN,
groupBys: [], groupBys: [],