This commit is contained in:
XenGi 2025-12-02 19:36:46 +01:00
parent 63f434567a
commit 04efe82c0a
Signed by: xengi
SSH key fingerprint: SHA256:dM+fLZGsDvyv6kunjE8bGduL24VsCFB4LEOSdmRHdG0
10 changed files with 60 additions and 18 deletions

View file

@ -12,11 +12,11 @@
};
scrapeConfigs = [
{
job_name = "synapse";
job_name = "synapse";
scrape_interval = "15s";
static_configs = [
{
targets = ["[::1]:9009"];
targets = [ "[::1]:9009" ];
}
];
}
@ -63,4 +63,3 @@
];
};
}