Commit 4abd04a5 by Erik Sundell

stackdriver: use correct default value for alignment period

parent f384e577
...@@ -48,7 +48,7 @@ export class StackdriverQueryCtrl extends QueryCtrl { ...@@ -48,7 +48,7 @@ export class StackdriverQueryCtrl extends QueryCtrl {
unit: '', unit: '',
aggregation: { aggregation: {
crossSeriesReducer: 'REDUCE_MEAN', crossSeriesReducer: 'REDUCE_MEAN',
alignmentPeriod: 'auto', alignmentPeriod: 'stackdriver-auto',
perSeriesAligner: 'ALIGN_MEAN', perSeriesAligner: 'ALIGN_MEAN',
groupBys: [], groupBys: [],
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment