diff --git a/public/app/plugins/datasource/stackdriver/constants.ts b/public/app/plugins/datasource/stackdriver/constants.ts index 30fec1396f1..78586a06309 100644 --- a/public/app/plugins/datasource/stackdriver/constants.ts +++ b/public/app/plugins/datasource/stackdriver/constants.ts @@ -16,19 +16,6 @@ export enum ValueTypes { } export const alignOptions = [ - { - text: 'none', - value: 'ALIGN_NONE', - valueTypes: [ - ValueTypes.INT64, - ValueTypes.DOUBLE, - ValueTypes.MONEY, - ValueTypes.DISTRIBUTION, - ValueTypes.BOOL, - ValueTypes.STRING, - ], - metricKinds: [MetricKind.GAUGE, MetricKind.DELTA, MetricKind.CUMULATIVE, MetricKind.METRIC_KIND_UNSPECIFIED], - }, { text: 'delta', value: 'ALIGN_DELTA', diff --git a/public/app/plugins/datasource/stackdriver/partials/query.aggregation.html b/public/app/plugins/datasource/stackdriver/partials/query.aggregation.html index 1f1386741e3..3bf57606367 100755 --- a/public/app/plugins/datasource/stackdriver/partials/query.aggregation.html +++ b/public/app/plugins/datasource/stackdriver/partials/query.aggregation.html @@ -3,7 +3,7 @@