forked from mirrors/nixpkgs
Merge pull request #205060 from jslight90/patch-8
nixos/prometheus: Add new relabel_configs actions
This commit is contained in:
commit
bca9ab3d26
|
@ -1408,7 +1408,7 @@ let
|
|||
'';
|
||||
|
||||
action =
|
||||
mkDefOpt (types.enum [ "replace" "keep" "drop" "hashmod" "labelmap" "labeldrop" "labelkeep" ]) "replace" ''
|
||||
mkDefOpt (types.enum [ "replace" "lowercase" "uppercase" "keep" "drop" "hashmod" "labelmap" "labeldrop" "labelkeep" ]) "replace" ''
|
||||
Action to perform based on regex matching.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue