Skip to content

Commit

Permalink
Fix broken CI
Browse files Browse the repository at this point in the history
I could not reproduce these failures locally, hoewver the code didn't
make any sense before that.
  • Loading branch information
e1mo committed Apr 22, 2024
1 parent 39a99e0 commit fe7845e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/monitoring/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
dropRegexen = [ "go_" "promhttp_metric_handler_requests_" ] ++ extraRegexen;
in
singleton {
inherit (regex);
regex = "(${concatStringsSep "|" dropRegexen}).*";
source_labels = ["__name__"];
action = "drop";
Expand Down

0 comments on commit fe7845e

Please sign in to comment.