summary refs log tree commit diff
path: root/modules/monitoring
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-09-05 22:49:11 +0200
committerRory& <root@rory.gay>2024-09-05 22:49:11 +0200
commited39a6bf2da6ad1790895a1e824e74186aefc4bd (patch)
tree15799c872c7c48dbc1dacfb17e842e04ff33a1f8 /modules/monitoring
parentLess synapse workers, add EDU writers (diff)
downloadRory-Open-Architecture-ed39a6bf2da6ad1790895a1e824e74186aefc4bd.tar.xz
Some synapse work, expose nheko-git and mtxclient-git packages
Diffstat (limited to 'modules/monitoring')
-rw-r--r--modules/monitoring/synapse.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/monitoring/synapse.nix b/modules/monitoring/synapse.nix
index 385e996..42eb4e7 100644
--- a/modules/monitoring/synapse.nix
+++ b/modules/monitoring/synapse.nix
@@ -47,7 +47,7 @@ in
       ]
       ++ lib.flatten (
         lib.imap (index: workerName: {
-          job_name = "synapse-${workerName}s";
+          job_name = "synapse-${workerName}";
           scrape_interval = "${toString cfg.prometheusScrapeInterval}s";
           static_configs = [
             {