From 4a59c495e31f5259c9854a42db6d6cd21a627b76 Mon Sep 17 00:00:00 2001 From: Changelog bot Date: Fri, 13 Sep 2024 14:04:32 +0000 Subject: [PATCH 1/2] feat(changelog): add new entry --- ...3-redistm-added-new-redis-metrics-in-cockpit.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 changelog/september2024/2024-09-13-redistm-added-new-redis-metrics-in-cockpit.mdx diff --git a/changelog/september2024/2024-09-13-redistm-added-new-redis-metrics-in-cockpit.mdx b/changelog/september2024/2024-09-13-redistm-added-new-redis-metrics-in-cockpit.mdx new file mode 100644 index 0000000000..d75d70e8e0 --- /dev/null +++ b/changelog/september2024/2024-09-13-redistm-added-new-redis-metrics-in-cockpit.mdx @@ -0,0 +1,13 @@ +--- +title: New Redis metrics in Cockpit +status: added +author: + fullname: 'Join the #database channel on Slack.' + url: 'https://slack.scaleway.com' +date: 2024-09-13 +category: databases +product: redistm +--- + +You can now monitor Network IO, the ratio of keys hits vs misses, number of clients connected & clients blocked (by operations like BLPOP), the ratio of keys about to expire, the ratio of expired keys and the ratio of evicted keys (due to memory pressure). + From ace942a795c317e0e04e3d0a97712891e27d8c3b Mon Sep 17 00:00:00 2001 From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:19:51 +0200 Subject: [PATCH 2/2] fix(red): review bene Co-authored-by: Benedikt Rollik --- ...-redistm-added-new-redis-metrics-in-cockpit.mdx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/changelog/september2024/2024-09-13-redistm-added-new-redis-metrics-in-cockpit.mdx b/changelog/september2024/2024-09-13-redistm-added-new-redis-metrics-in-cockpit.mdx index d75d70e8e0..bf4ac1b285 100644 --- a/changelog/september2024/2024-09-13-redistm-added-new-redis-metrics-in-cockpit.mdx +++ b/changelog/september2024/2024-09-13-redistm-added-new-redis-metrics-in-cockpit.mdx @@ -1,5 +1,5 @@ --- -title: New Redis metrics in Cockpit +title: New Redis™ metrics in Cockpit status: added author: fullname: 'Join the #database channel on Slack.' @@ -9,5 +9,15 @@ category: databases product: redistm --- -You can now monitor Network IO, the ratio of keys hits vs misses, number of clients connected & clients blocked (by operations like BLPOP), the ratio of keys about to expire, the ratio of expired keys and the ratio of evicted keys (due to memory pressure). +New Redis metrics are available in Cockpit: + +- **Network I/O Monitoring**: Gain insights into network traffic and usage. +- **Key Hit/Miss Ratio**: Track the ratio of cache hits to misses for improved cache performance. +- **Client Metrics**: + - Monitor the number of active clients. + - Track blocked clients (e.g., during BLPOP operations). +- **Key Expiration Stats**: + - Ratio of keys approaching expiration. + - Ratio of keys that have expired. +- **Key Eviction Ratio**: Monitor the ratio of keys evicted due to memory pressure.