feat: add node exporter
This commit is contained in:
parent
02c1987c92
commit
db4039a414
3 changed files with 22 additions and 0 deletions
|
|
@ -20,4 +20,12 @@
|
|||
turn_relay_range_start = 50300;
|
||||
turn_relay_range_end = 50400;
|
||||
};
|
||||
|
||||
"metric-exporter" = {
|
||||
port = 9100;
|
||||
collectors = [
|
||||
"systemd"
|
||||
"processes"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue