diff options
| author | Jonathan Davies <jd@upthedownstair.com> | 2023-12-10 23:55:15 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-12-28 19:48:58 +0000 |
| commit | e2001f1d51ef8bab05d4b57bfc93ed58468abfcf (patch) | |
| tree | 956c9155ed906004c73b22c7acb4d9b671e0873f | |
| parent | Merge pull request #276962 from MikaelFangel/backport-nwjs (diff) | |
| download | nixpkgs-origin/backport-273443-to-release-23.11.tar.gz | |
nixos/thanos: Changed query.replica-labels to a list parameter.origin/backport-273443-to-release-23.11
Fixes: #273432
(cherry picked from commit c57a4037f5d2a27de8ef9fde4006df7828a21d90)
| -rw-r--r-- | nixos/modules/services/monitoring/thanos.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/services/monitoring/thanos.nix b/nixos/modules/services/monitoring/thanos.nix index db8641aa6146..67c0ed0621a8 100644 --- a/nixos/modules/services/monitoring/thanos.nix +++ b/nixos/modules/services/monitoring/thanos.nix @@ -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 |
