feat(etna): replace prometheus with victoriametrics
This commit is contained in:
parent
b8d7062228
commit
4c9b7ac9e2
2 changed files with 35 additions and 29 deletions
|
@ -21,5 +21,11 @@
|
|||
X11Forwarding = false;
|
||||
};
|
||||
};
|
||||
|
||||
prometheus.exporters.node = {
|
||||
enable = true;
|
||||
port = 9091;
|
||||
enabledCollectors = ["systemd"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue