Skip to content

Commit

Permalink
nixos/graphite: fix escape
Browse files Browse the repository at this point in the history
  • Loading branch information
volth committed Sep 17, 2019
1 parent 1aadcee commit fbd2b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/monitoring/graphite.nix
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ in {
description = "Any metrics received which match one of the experssions will be dropped.";
default = null;
type = types.nullOr types.str;
example = "^some\.noisy\.metric\.prefix\..*";
example = "^some\\.noisy\\.metric\\.prefix\\..*";
};

whitelist = mkOption {
Expand Down

0 comments on commit fbd2b55

Please sign in to comment.