From e75d171e9a0c14dd54e375dc9a5e492c82dae5e4 Mon Sep 17 00:00:00 2001 From: tesla59 Date: Mon, 17 Jun 2024 13:54:07 +0530 Subject: [PATCH] docs: remove shard_by_all_labels from config file reference Signed-off-by: tesla59 --- docs/configuration/config-file-reference.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/configuration/config-file-reference.md b/docs/configuration/config-file-reference.md index ab0570c67ec..a5685d1328b 100644 --- a/docs/configuration/config-file-reference.md +++ b/docs/configuration/config-file-reference.md @@ -2447,11 +2447,6 @@ ha_tracker: # CLI flag: -distributor.sharding-strategy [sharding_strategy: | default = "default"] -# Distribute samples based on all labels, as opposed to solely by user and -# metric name. -# CLI flag: -distributor.shard-by-all-labels -[shard_by_all_labels: | default = false] - # Try writing to an additional ingester in the presence of an ingester not in # the ACTIVE state. It is useful to disable this along with # -ingester.unregister-on-shutdown=false in order to not spread samples to extra