Commit e2bda4d3 by Erik Sundell

stackdriver: fix typescript errors

parent b724ca5b
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 {
......
...@@ -418,6 +418,7 @@ function createTarget(existingFilters?: string[]) { ...@@ -418,6 +418,7 @@ function createTarget(existingFilters?: string[]) {
name: '', name: '',
}, },
metricType: 'ametric', metricType: 'ametric',
service: '',
refId: 'A', refId: 'A',
aggregation: { aggregation: {
crossSeriesReducer: '', crossSeriesReducer: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment