Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-12-29 11:31:26 -05:00
parent f3cf514970
commit 426c05db53
1 changed files with 23 additions and 7 deletions

View File

@ -38,6 +38,26 @@
static_configs = [{ targets = [ "lufta:23818" ]; }]; static_configs = [{ targets = [ "lufta:23818" ]; }];
} }
# xedn
{
job_name = "xedn";
metrics_path = "/debug/varz";
static_configs = [
{
targets = [ "xedn-fra:80" ];
labels.region = "fra";
}
{
targets = [ "xedn-sea:80" ];
labels.region = "sea";
}
{
targets = [ "xedn-yyz:80" ];
labels.region = "yyz";
}
];
}
# computers # computers
{ {
job_name = "chrysalis"; job_name = "chrysalis";
@ -76,17 +96,13 @@
static_configs = [{ targets = [ "pneuma:9100" ]; }]; static_configs = [{ targets = [ "pneuma:9100" ]; }];
} }
{ {
job_name = "akkoma"; job_name = "akko";
scheme = "https"; static_configs = [{ targets = [ "akko:9100" ]; }];
metrics_path = "/api/pleroma/app_metrics";
static_configs = [{ targets = [ "akko.within.website" ]; }];
} }
]; ];
exporters = { exporters = {
node = { node = { enable = true; };
enable = true;
};
wireguard.enable = true; wireguard.enable = true;
}; };
}; };