Stackdriver: Loads project name and metrics descriptions into the query controller

This commit is contained in:
Erik Sundell
2018-09-07 17:18:15 +02:00
committed by Daniel Lee
parent 684aa3ff33
commit 75c002645c
4 changed files with 85 additions and 82 deletions

View File

@@ -1,5 +1,5 @@
import StackdriverDatasource from './datasource';
// import { StackdriverQueryCtrl } from './query_ctrl';
import { StackdriverQueryCtrl } from './query_ctrl';
import { StackdriverConfigCtrl } from './config_ctrl';
// class AnnotationsQueryCtrl {
@@ -8,7 +8,7 @@ import { StackdriverConfigCtrl } from './config_ctrl';
export {
StackdriverDatasource as Datasource,
// StackdriverQueryCtrl as QueryCtrl,
StackdriverQueryCtrl as QueryCtrl,
StackdriverConfigCtrl as ConfigCtrl,
// AnnotationsQueryCtrl,
};