mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
Merge pull request #205060 from jslight90/patch-8
nixos/prometheus: Add new relabel_configs actions
This commit is contained in:
commit
bca9ab3d26
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue