feat: add prometheus exporter
This commit is contained in:
parent
059bac76d1
commit
40d78422cf
2 changed files with 20 additions and 0 deletions
|
|
@ -39,4 +39,12 @@ rec {
|
|||
port = 8081;
|
||||
};
|
||||
|
||||
"metric-exporter" = {
|
||||
port = 9100;
|
||||
collectors = [
|
||||
"systemd"
|
||||
"processes"
|
||||
"thermal_zone"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue