feat(etna): replace prometheus with victoriametrics

This commit is contained in:
uku 2024-07-29 22:55:37 +02:00
parent b8d7062228
commit 4c9b7ac9e2
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 35 additions and 29 deletions

View file

@ -21,5 +21,11 @@
X11Forwarding = false;
};
};
prometheus.exporters.node = {
enable = true;
port = 9091;
enabledCollectors = ["systemd"];
};
};
}