mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
663ed7ba82
commit
97e3ed930a
@ -77,7 +77,6 @@ export class PrometheusDatasource
|
|||||||
implements DataSourceWithQueryImportSupport<PromQuery>, DataSourceWithQueryExportSupport<PromQuery>
|
implements DataSourceWithQueryImportSupport<PromQuery>, DataSourceWithQueryExportSupport<PromQuery>
|
||||||
{
|
{
|
||||||
type: string;
|
type: string;
|
||||||
editorSrc: string;
|
|
||||||
ruleMappings: { [index: string]: string };
|
ruleMappings: { [index: string]: string };
|
||||||
url: string;
|
url: string;
|
||||||
id: number;
|
id: number;
|
||||||
@ -111,7 +110,6 @@ export class PrometheusDatasource
|
|||||||
this.type = 'prometheus';
|
this.type = 'prometheus';
|
||||||
this.subType = PromApplication.Prometheus;
|
this.subType = PromApplication.Prometheus;
|
||||||
this.rulerEnabled = false;
|
this.rulerEnabled = false;
|
||||||
this.editorSrc = 'app/features/prometheus/partials/query.editor.html';
|
|
||||||
this.id = instanceSettings.id;
|
this.id = instanceSettings.id;
|
||||||
this.url = instanceSettings.url!;
|
this.url = instanceSettings.url!;
|
||||||
this.access = instanceSettings.access;
|
this.access = instanceSettings.access;
|
||||||
|
Loading…
Reference in New Issue
Block a user