stackdriver: use correct default value for alignment period

This commit is contained in:
Erik Sundell 2018-09-28 15:23:13 +02:00
parent f384e577dd
commit 4abd04a5cf

View File

@ -48,7 +48,7 @@ export class StackdriverQueryCtrl extends QueryCtrl {
unit: '',
aggregation: {
crossSeriesReducer: 'REDUCE_MEAN',
alignmentPeriod: 'auto',
alignmentPeriod: 'stackdriver-auto',
perSeriesAligner: 'ALIGN_MEAN',
groupBys: [],
},