prometheus metrics for garage
This commit is contained in:
parent
b50da9d1d0
commit
feb035f3b4
2 changed files with 9 additions and 0 deletions
|
@ -112,6 +112,13 @@
|
|||
targets = ["rackserv:9615"];
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
job_name = "garage";
|
||||
static_configs = lib.singleton {
|
||||
targets = ["localhost:3903"];
|
||||
};
|
||||
}
|
||||
];
|
||||
exporters = {
|
||||
node = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue