feat: add node exporter

This commit is contained in:
Katharina Heidenreich 2026-04-11 13:09:32 +02:00
parent 02c1987c92
commit db4039a414
3 changed files with 22 additions and 0 deletions

View file

@ -20,4 +20,12 @@
turn_relay_range_start = 50300;
turn_relay_range_end = 50400;
};
"metric-exporter" = {
port = 9100;
collectors = [
"systemd"
"processes"
];
};
}