mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-23 12:01:27 +00:00
limit metrics collected by cadvisor
This commit is contained in:
parent
c59a5b764f
commit
b6ed70a058
|
@ -25,6 +25,7 @@ in {
|
|||
enable = true;
|
||||
port = 9003;
|
||||
listenAddress = "127.0.0.1";
|
||||
extraOptions = [ "--enable_metrics=cpu,memory,diskIO" ];
|
||||
};
|
||||
services.prometheus = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue