From 24bd7371b70ee8809ad23c91b9543a5f7e8d0448 Mon Sep 17 00:00:00 2001 From: lafirest Date: Fri, 18 Feb 2022 09:51:48 +0800 Subject: [PATCH 1/2] fix(docs): add slow subs change log --- CHANGES-4.4.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES-4.4.md b/CHANGES-4.4.md index 56c77d458..17b6c607b 100644 --- a/CHANGES-4.4.md +++ b/CHANGES-4.4.md @@ -29,6 +29,8 @@ - Support real-time tracing in the dashboard, with Client ID, Client IP address, and topic name based filtering. +- Refactor the Slow subscribers statistics module, now, the feature will rank The per clientid-topic latency measurements. + ### Minor changes - Bumpped default boot wait time from 15 seconds to 150 seconds From 0ba6262d06b9214ec3d520a2ec75add452b70e94 Mon Sep 17 00:00:00 2001 From: lafirest Date: Fri, 18 Feb 2022 11:10:57 +0800 Subject: [PATCH 2/2] fix(docs): update slow subs change log --- CHANGES-4.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES-4.4.md b/CHANGES-4.4.md index 17b6c607b..6dbe1ff97 100644 --- a/CHANGES-4.4.md +++ b/CHANGES-4.4.md @@ -29,7 +29,7 @@ - Support real-time tracing in the dashboard, with Client ID, Client IP address, and topic name based filtering. -- Refactor the Slow subscribers statistics module, now, the feature will rank The per clientid-topic latency measurements. +- Add the Slow Subscriptions module to count the time spent during the message transmission. This feature will list the Clients and Topics with higher time consumption in Dashboard ### Minor changes