From cb90b638d78e19e0a6a31f0f63c02e95256adaa8 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 26 Sep 2018 15:22:07 +0200 Subject: [PATCH] stackdriver: remove montly from alignment periods --- public/app/plugins/datasource/stackdriver/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/plugins/datasource/stackdriver/constants.ts b/public/app/plugins/datasource/stackdriver/constants.ts index f0d6706c1bd..272b03af218 100644 --- a/public/app/plugins/datasource/stackdriver/constants.ts +++ b/public/app/plugins/datasource/stackdriver/constants.ts @@ -251,5 +251,4 @@ export const alignmentPeriods = [ { text: '6h', value: '+21600s' }, { text: '1d', value: '+86400s' }, { text: '1w', value: '+604800s' }, - { text: '1m', value: '+18748800s' }, ];