mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
stackdriver: fix typescript errors
This commit is contained in:
parent
b724ca5b93
commit
e2bda4d321
@ -1,7 +1,6 @@
|
||||
import angular from 'angular';
|
||||
import _ from 'lodash';
|
||||
import * as options from './constants';
|
||||
import * as options from './constants';
|
||||
import kbn from 'app/core/utils/kbn';
|
||||
|
||||
export class StackdriverAggregation {
|
||||
|
@ -418,6 +418,7 @@ function createTarget(existingFilters?: string[]) {
|
||||
name: '',
|
||||
},
|
||||
metricType: 'ametric',
|
||||
service: '',
|
||||
refId: 'A',
|
||||
aggregation: {
|
||||
crossSeriesReducer: '',
|
||||
|
Loading…
Reference in New Issue
Block a user