From 24bd7371b70ee8809ad23c91b9543a5f7e8d0448 Mon Sep 17 00:00:00 2001 From: lafirest Date: Fri, 18 Feb 2022 09:51:48 +0800 Subject: [PATCH] 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