Skip to content

Commit

Permalink
delft/eris: scrape synapse metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Feb 9, 2024
1 parent 554d37f commit 87b41db
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions delft/eris.nix
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,18 @@ in
}
];
}

{
job_name = "synapse";
scheme = "https";
static_configs = [
{
targets = [
"matrix.nixos.org:443"
];
}
];
}
]
++ (
let
Expand Down

0 comments on commit 87b41db

Please sign in to comment.