Skip to content

Commit

Permalink
feat(athebyne/monitoring): 1m -> 10s interval
Browse files Browse the repository at this point in the history
  • Loading branch information
nevivurn committed Sep 17, 2024
1 parent 9e0051a commit 26252cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions systems/athebyne/services/monitoring.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
listenAddress = "localhost";
retentionTime = "30d";

globalConfig = {
evaluation_interval = "10s";
scrape_interval = "10s";
};

scrapeConfigs =
let
exporters = config.services.prometheus.exporters;
Expand Down

0 comments on commit 26252cb

Please sign in to comment.