diff --git a/public/app/plugins/datasource/stackdriver/annotations_query_ctrl.ts b/public/app/plugins/datasource/stackdriver/annotations_query_ctrl.ts index 407707ed779..bccac02bf38 100644 --- a/public/app/plugins/datasource/stackdriver/annotations_query_ctrl.ts +++ b/public/app/plugins/datasource/stackdriver/annotations_query_ctrl.ts @@ -1,5 +1,4 @@ import _ from 'lodash'; - import './query_filter_ctrl'; export class StackdriverAnnotationsQueryCtrl { @@ -16,7 +15,7 @@ export class StackdriverAnnotationsQueryCtrl { name: 'loading project...', }, metricType: this.defaultDropdownValue, - metricService: this.defaultServiceValue, + service: this.defaultServiceValue, metric: '', filters: [], metricKind: '',