mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Google Cloud Monitoring: Adapt default crossSeriesReducer (#56693)
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user