From 057345747cb2aaa35635b3c4cc4748fea8b91662 Mon Sep 17 00:00:00 2001 From: Alec Rajeev <13004609+alecrajeev@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:36:57 -0400 Subject: [PATCH] update receive routing only mode with limits Signed-off-by: Alec Rajeev 13004609+alecrajeev@users.noreply.github.com --- docs/components/receive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/receive.md b/docs/components/receive.md index dabc5f97c6b..f9e626d4b6a 100644 --- a/docs/components/receive.md +++ b/docs/components/receive.md @@ -199,7 +199,7 @@ To configure the gates and limits you can use one of the two options: - `--receive.limits-config-file=`: where `` is the path to the YAML file. Any modification to the indicated file will trigger a configuration reload. If the updated configuration is invalid an error will be logged and it won't replace the previous valid configuration. - `--receive.limits-config=`: where `` is the content of YAML file. -By default all the limits and gates are **disabled**. +By default all the limits and gates are **disabled**. These options should be added to the routing-receivers when using the [Routing Receive and Ingesting Receive](https://thanos.io/tip/proposals-accepted/202012-receive-split.md/). ### Understanding the configuration file