mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 13:35:13 +00:00
nixos/thanos: Changed query.replica-labels to a list parameter.
Fixes: #273432
This commit is contained in:
parent
0838486e91
commit
c57a4037f5
@ -394,9 +394,8 @@ let
|
||||
Maximum number of queries processed concurrently by query node.
|
||||
'';
|
||||
|
||||
query.replica-labels = mkAttrsParam "query.replica-label" ''
|
||||
query.replica-labels = mkListParam "query.replica-label" ''
|
||||
Labels to treat as a replica indicator along which data is
|
||||
|
||||
deduplicated.
|
||||
|
||||
Still you will be able to query without deduplication using
|
||||
|
Loading…
Reference in New Issue
Block a user