From 4abd04a5cfc5dd2ed4e9eebf01d9cb7bf15bed6a Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Fri, 28 Sep 2018 15:23:13 +0200 Subject: [PATCH] stackdriver: use correct default value for alignment period --- public/app/plugins/datasource/stackdriver/query_ctrl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/stackdriver/query_ctrl.ts b/public/app/plugins/datasource/stackdriver/query_ctrl.ts index 3dcb8df13d9..8e1f24edeb7 100644 --- a/public/app/plugins/datasource/stackdriver/query_ctrl.ts +++ b/public/app/plugins/datasource/stackdriver/query_ctrl.ts @@ -48,7 +48,7 @@ export class StackdriverQueryCtrl extends QueryCtrl { unit: '', aggregation: { crossSeriesReducer: 'REDUCE_MEAN', - alignmentPeriod: 'auto', + alignmentPeriod: 'stackdriver-auto', perSeriesAligner: 'ALIGN_MEAN', groupBys: [], },