nixos/graphite: fix escape
This commit is contained in:
parent
1aadcee68a
commit
fbd2b55715
@ -239,7 +239,7 @@ in {
|
|||||||
description = "Any metrics received which match one of the experssions will be dropped.";
|
description = "Any metrics received which match one of the experssions will be dropped.";
|
||||||
default = null;
|
default = null;
|
||||||
type = types.nullOr types.str;
|
type = types.nullOr types.str;
|
||||||
example = "^some\.noisy\.metric\.prefix\..*";
|
example = "^some\\.noisy\\.metric\\.prefix\\..*";
|
||||||
};
|
};
|
||||||
|
|
||||||
whitelist = mkOption {
|
whitelist = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user