소스 검색

stackdriver: remove montly from alignment periods

Erik Sundell 7 년 전
부모
커밋
cb90b638d7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      public/app/plugins/datasource/stackdriver/constants.ts

+ 0 - 1
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' },
 ];