|
|
@ -18,11 +18,8 @@ import { MetricsPanelCtrl } from 'grafana/app/plugins/sdk'; |
|
|
|
import { appEvents } from 'grafana/app/core/core' |
|
|
|
import { appEvents } from 'grafana/app/core/core' |
|
|
|
import { BackendSrv } from 'grafana/app/core/services/backend_srv'; |
|
|
|
import { BackendSrv } from 'grafana/app/core/services/backend_srv'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import _ from 'lodash'; |
|
|
|
import _ from 'lodash'; |
|
|
|
|
|
|
|
|
|
|
|
const BACKEND_VARIABLE_NAME = 'HASTIC_SERVER_URL'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class GraphCtrl extends MetricsPanelCtrl { |
|
|
|
class GraphCtrl extends MetricsPanelCtrl { |
|
|
|
static template = template; |
|
|
|
static template = template; |
|
|
|