fix(prometheus): missing full path in stateDir
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
in
|
in
|
||||||
(lib.map mkScrapeConfig allExporters) ++ settings.extraScrapeConfigs;
|
(lib.map mkScrapeConfig allExporters) ++ settings.extraScrapeConfigs;
|
||||||
|
|
||||||
clan.core.state.prometheus.folders = [ config.services.prometheus.stateDir ];
|
clan.core.state.prometheus.folders = [ "/var/lib/${config.services.prometheus.stateDir}" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user