From b939640386b9536731cbe5c6f4a09a35f356ce87 Mon Sep 17 00:00:00 2001 From: Boteng Yao Date: Thu, 25 Apr 2024 16:00:16 +0000 Subject: [PATCH 1/3] update codec doc Signed-off-by: Boteng Yao --- .../operations/overload_manager/overload_manager.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/root/configuration/operations/overload_manager/overload_manager.rst b/docs/root/configuration/operations/overload_manager/overload_manager.rst index 6f785adb30ef..184f684657a4 100644 --- a/docs/root/configuration/operations/overload_manager/overload_manager.rst +++ b/docs/root/configuration/operations/overload_manager/overload_manager.rst @@ -170,6 +170,11 @@ The following core load shed points are supported: pressure, typically memory. This happens once geting data from the connection. + * - envoy.load_shed_points.http_downstream_filter_check + - Envoy will send local reply directly before creating upstream request in + router if Envoy is under pressure, typically memory. This check point makes + load shed check availabe in HTTP decoder filters. + .. _config_overload_manager_reducing_timeouts: Reducing timeouts From cf1546d5c2b9ebb567436b6ccc610cc4c36e3590 Mon Sep 17 00:00:00 2001 From: Boteng Yao Date: Thu, 25 Apr 2024 16:48:16 +0000 Subject: [PATCH 2/3] change words Signed-off-by: Boteng Yao --- .../operations/overload_manager/overload_manager.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/root/configuration/operations/overload_manager/overload_manager.rst b/docs/root/configuration/operations/overload_manager/overload_manager.rst index 184f684657a4..b2ed18db4187 100644 --- a/docs/root/configuration/operations/overload_manager/overload_manager.rst +++ b/docs/root/configuration/operations/overload_manager/overload_manager.rst @@ -171,9 +171,9 @@ The following core load shed points are supported: connection. * - envoy.load_shed_points.http_downstream_filter_check - - Envoy will send local reply directly before creating upstream request in - router if Envoy is under pressure, typically memory. This check point makes - load shed check availabe in HTTP decoder filters. + - Envoy will send local reply directly before creating an upstream request in + the router if Envoy is under pressure, typically memory. This check point + makes load shed check availabe in HTTP decoder filters. .. _config_overload_manager_reducing_timeouts: From 94215c125fa8f6e78cfa6d63c8878a708a8fa64f Mon Sep 17 00:00:00 2001 From: Boteng Yao Date: Mon, 29 Apr 2024 14:48:32 +0000 Subject: [PATCH 3/3] address comments Signed-off-by: Boteng Yao --- .../operations/overload_manager/overload_manager.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/configuration/operations/overload_manager/overload_manager.rst b/docs/root/configuration/operations/overload_manager/overload_manager.rst index b2ed18db4187..9b66b0d0b047 100644 --- a/docs/root/configuration/operations/overload_manager/overload_manager.rst +++ b/docs/root/configuration/operations/overload_manager/overload_manager.rst @@ -172,7 +172,7 @@ The following core load shed points are supported: * - envoy.load_shed_points.http_downstream_filter_check - Envoy will send local reply directly before creating an upstream request in - the router if Envoy is under pressure, typically memory. This check point + the router if Envoy is under resource pressure, typically memory. This change makes load shed check availabe in HTTP decoder filters. .. _config_overload_manager_reducing_timeouts: