prometheus metrics for garage
This commit is contained in:
parent
b50da9d1d0
commit
feb035f3b4
2 changed files with 9 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
||||||
bind_addr = "/run/garage/web.sock";
|
bind_addr = "/run/garage/web.sock";
|
||||||
root_domain = ".s3-web.hopper.priv.${vars.domain}";
|
root_domain = ".s3-web.hopper.priv.${vars.domain}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
admin.api_bind_addr = "127.0.0.1:3903";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -112,6 +112,13 @@
|
||||||
targets = ["rackserv:9615"];
|
targets = ["rackserv:9615"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
job_name = "garage";
|
||||||
|
static_configs = lib.singleton {
|
||||||
|
targets = ["localhost:3903"];
|
||||||
|
};
|
||||||
|
}
|
||||||
];
|
];
|
||||||
exporters = {
|
exporters = {
|
||||||
node = {
|
node = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue