From 0ba6262d06b9214ec3d520a2ec75add452b70e94 Mon Sep 17 00:00:00 2001 From: lafirest Date: Fri, 18 Feb 2022 11:10:57 +0800 Subject: [PATCH] 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