stackdriver: fix typescript errors

This commit is contained in:
Erik Sundell 2018-09-27 10:55:11 +02:00
parent b724ca5b93
commit e2bda4d321
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
import angular from 'angular'; import angular from 'angular';
import _ from 'lodash'; import _ from 'lodash';
import * as options from './constants'; import * as options from './constants';
import * as options from './constants';
import kbn from 'app/core/utils/kbn'; import kbn from 'app/core/utils/kbn';
export class StackdriverAggregation { export class StackdriverAggregation {

View File

@ -418,6 +418,7 @@ function createTarget(existingFilters?: string[]) {
name: '', name: '',
}, },
metricType: 'ametric', metricType: 'ametric',
service: '',
refId: 'A', refId: 'A',
aggregation: { aggregation: {
crossSeriesReducer: '', crossSeriesReducer: '',