Fix grafana datasource format
This commit is contained in:
parent
fc2dc9c111
commit
cf50ecc758
|
@ -43,12 +43,12 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
datasources.settings.datasources.prometheus = {
|
datasources.settings.datasources = [{
|
||||||
name = "Prometheus";
|
name = "Prometheus";
|
||||||
type = "prometheus";
|
type = "prometheus";
|
||||||
access = "proxy";
|
access = "proxy";
|
||||||
url = "prometheus.moonythm.dev";
|
url = "prometheus.moonythm.dev";
|
||||||
};
|
}];
|
||||||
};
|
};
|
||||||
# }}}
|
# }}}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue