Merge pull request #205060 from jslight90/patch-8

nixos/prometheus: Add new relabel_configs actions
This commit is contained in:
Sandro 2023-03-10 11:19:31 +01:00 committed by GitHub
commit bca9ab3d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
'';
};