prometheus: change scrape_interval to 15s
This commit is contained in:
parent
d8fb8a618d
commit
a1c1310184
@ -151,6 +151,11 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
globalConfig = {
|
||||||
|
scrape_interval = "15s";
|
||||||
|
evaluation_interval = "15s";
|
||||||
|
};
|
||||||
|
|
||||||
scrapeConfigs = let
|
scrapeConfigs = let
|
||||||
port = builtins.toString myData.ports.exporters.node;
|
port = builtins.toString myData.ports.exporters.node;
|
||||||
in [
|
in [
|
||||||
|
Loading…
Reference in New Issue
Block a user