From f0a7e54f2304f954b24346755ef50bf82a9c770a Mon Sep 17 00:00:00 2001 From: Ahmad Karimi Date: Thu, 20 Jun 2024 20:02:05 +0330 Subject: [PATCH] improve changelog message Signed-off-by: Ahmad Karimi --- changelogs/unreleased/6523-therealak12-small.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/unreleased/6523-therealak12-small.md b/changelogs/unreleased/6523-therealak12-small.md index 97589658064..478f6666603 100644 --- a/changelogs/unreleased/6523-therealak12-small.md +++ b/changelogs/unreleased/6523-therealak12-small.md @@ -1 +1 @@ -Improve response time by utilizing a query param (`filter=http\..*\.downstream_cx_active`) when querying `/stats/prometheus` for `envoy_http_downstream_cx_active` in the shutdown-manager. +Improve shutdown manager query to the Envoy stats endpoint for active connections by utilizing a regex filter query param.