[nixos/prometheus] promTypes.filter.value -> promTypes.filter.values

The new configuration name for this is plural. Currently, attempting to enable ec2 SD results in a `promtool check config` error
This commit is contained in:
Travis Athougies 2020-04-28 10:22:03 -07:00 committed by GitHub
parent e257a92472
commit 8389fb8f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -307,7 +307,7 @@ let
'';
};
value = mkOption {
values = mkOption {
type = types.listOf types.str;
default = [];
description = ''