|
@@ -82,6 +82,7 @@ class MetricsPanelCtrl extends PanelCtrl {
|
|
|
this.loading = true;
|
|
this.loading = true;
|
|
|
|
|
|
|
|
// load datasource service
|
|
// load datasource service
|
|
|
|
|
+ this.setTimeQueryStart();
|
|
|
this.datasourceSrv.get(this.panel.datasource)
|
|
this.datasourceSrv.get(this.panel.datasource)
|
|
|
.then(this.issueQueries.bind(this))
|
|
.then(this.issueQueries.bind(this))
|
|
|
.then(this.handleQueryResult.bind(this))
|
|
.then(this.handleQueryResult.bind(this))
|