From bf2907757de5d5fdf039a3a56978a041c99d1eff Mon Sep 17 00:00:00 2001 From: aliandersonsn <90790184+aliandersonsn@users.noreply.github.com> Date: Wed, 15 Sep 2021 13:27:57 -0600 Subject: [PATCH 1/5] chore: create redis quickstart description Search Nurture's recommendations for the Redis quickstart description page --- packs/redis/config.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/packs/redis/config.yml b/packs/redis/config.yml index eff679cb5e..252183ed87 100644 --- a/packs/redis/config.yml +++ b/packs/redis/config.yml @@ -5,8 +5,26 @@ name: Redis # Description of the pack description: |+ - Official New Relic pack for Redis - Use this pack together with the New Relic Redis On Host Integration to get insight into the performance of your Redis instances. + # A Complete Redis Monitoring System + ## Monitoring Redis + Redis is one of the most performant databases available to developers. It operates in-memory and consequently achieves I/O times orders of magnitude faster than traditional database systems. It can be used as a lightweight, distributed queue and also integrates useful features such as a pub/sub notification system. + + Redis is popular in the gaming, IoT, and mobile industries due to its easy onboarding and blazing-fast performance. It includes several data structures which make it ready to use right out of the box. + + New Relic provides a Redis dashboard which allows you to monitor your Redis instances. + + ## New Relic - A Perfect Tool to Monitor Redis + Redis is known for its speed, so ensuring that it stays operating at peak performance is paramount. Slowdowns can lead to a compromised user experience or even a complete application failure. + + Monitoring Redis is a passive process, but the New Relic tool provides actionable insights into the health of a Redis system. In short, New Relic is more than just a monitor. It supports custom charts and custom queries using data from New Relic Insights, and pre-built dashboards are available for those who don’t need custom configurations. All critical performance and health metrics are monitored. + + ## New Relic Redis Kit Features + - Overview Snapshot (# masters, # slaves) + charts with commands/sec and commands/sec by node + - Charts showing connected clients, connected clients by node, changes since last save by node, expired keys/second by node, memory used by node, and blocked clients. + - Charts showing keyspace hit ratio by node, evicted keys/second by node, input bytes/second by node, network I/O per second, and output bytes / second by node. + + ## Value of the Redis Pack + The Redis Quickstart provides a visual snapshot of all the key health information related to your Redis nodes and clusters. Monitoring is made easy via the clear, color-coded dashboard which showcases memory usage, network I/O, node health, and much more. # Support level level: New Relic From cc3af051b716760c9fd692d0735e72de72ec2558 Mon Sep 17 00:00:00 2001 From: Bradley Camacho <42678939+bradleycamacho@users.noreply.github.com> Date: Tue, 21 Sep 2021 08:41:38 -0700 Subject: [PATCH 2/5] Final copy edits --- packs/redis/config.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/packs/redis/config.yml b/packs/redis/config.yml index 252183ed87..5990903252 100644 --- a/packs/redis/config.yml +++ b/packs/redis/config.yml @@ -7,18 +7,17 @@ name: Redis description: |+ # A Complete Redis Monitoring System ## Monitoring Redis - Redis is one of the most performant databases available to developers. It operates in-memory and consequently achieves I/O times orders of magnitude faster than traditional database systems. It can be used as a lightweight, distributed queue and also integrates useful features such as a pub/sub notification system. + Redis operates in-memory and achieves I/O faster than traditional database systems. It includes several data structures which make it ready to use right out of the box. - Redis is popular in the gaming, IoT, and mobile industries due to its easy onboarding and blazing-fast performance. It includes several data structures which make it ready to use right out of the box. - - New Relic provides a Redis dashboard which allows you to monitor your Redis instances. + New Relic provides a Redis quickstart which allows you to monitor your Redis instances out-of-the-box. ## New Relic - A Perfect Tool to Monitor Redis Redis is known for its speed, so ensuring that it stays operating at peak performance is paramount. Slowdowns can lead to a compromised user experience or even a complete application failure. - Monitoring Redis is a passive process, but the New Relic tool provides actionable insights into the health of a Redis system. In short, New Relic is more than just a monitor. It supports custom charts and custom queries using data from New Relic Insights, and pre-built dashboards are available for those who don’t need custom configurations. All critical performance and health metrics are monitored. + New Relic's Redis monitor provides actionable insights into the health of a Redis system. It supports custom charts, custom queries, and pre-built dashboards are available for those who don’t need custom configurations. All critical performance and health metrics are monitored. - ## New Relic Redis Kit Features + ## New Relic Redis Quickstart Features + Our Redis quickstart include out-of-the-box dashboards and alerts, including data such as: - Overview Snapshot (# masters, # slaves) + charts with commands/sec and commands/sec by node - Charts showing connected clients, connected clients by node, changes since last save by node, expired keys/second by node, memory used by node, and blocked clients. - Charts showing keyspace hit ratio by node, evicted keys/second by node, input bytes/second by node, network I/O per second, and output bytes / second by node. From 58a8867afdd3db82af4e02d52c79ca8082f61fe5 Mon Sep 17 00:00:00 2001 From: Bradley Camacho <42678939+bradleycamacho@users.noreply.github.com> Date: Tue, 21 Sep 2021 09:35:55 -0700 Subject: [PATCH 3/5] fix: Change header sizes Co-authored-by: John P Vajda --- packs/redis/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packs/redis/config.yml b/packs/redis/config.yml index 5990903252..86f226cf33 100644 --- a/packs/redis/config.yml +++ b/packs/redis/config.yml @@ -5,7 +5,7 @@ name: Redis # Description of the pack description: |+ - # A Complete Redis Monitoring System + ## A Complete Redis Monitoring System ## Monitoring Redis Redis operates in-memory and achieves I/O faster than traditional database systems. It includes several data structures which make it ready to use right out of the box. From ef2a77704b7e5f062253f13307e905c930be8ec3 Mon Sep 17 00:00:00 2001 From: Bradley Camacho <42678939+bradleycamacho@users.noreply.github.com> Date: Tue, 21 Sep 2021 15:10:06 -0700 Subject: [PATCH 4/5] Removed second h2 --- packs/redis/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/packs/redis/config.yml b/packs/redis/config.yml index 031c4463d8..e9be1ce40f 100644 --- a/packs/redis/config.yml +++ b/packs/redis/config.yml @@ -9,7 +9,6 @@ title: Redis # Description of the pack description: |+ ## A Complete Redis Monitoring System - ## Monitoring Redis Redis operates in-memory and achieves I/O faster than traditional database systems. It includes several data structures which make it ready to use right out of the box. New Relic provides a Redis quickstart which allows you to monitor your Redis instances out-of-the-box. From 14e9328b4746279d6466e27301339c4cebe74161 Mon Sep 17 00:00:00 2001 From: Stijn Polfliet <45029322+polfliet@users.noreply.github.com> Date: Wed, 22 Sep 2021 11:06:35 +0200 Subject: [PATCH 5/5] Add newlines after headers --- packs/redis/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packs/redis/config.yml b/packs/redis/config.yml index e9be1ce40f..4c1e2ad9b9 100644 --- a/packs/redis/config.yml +++ b/packs/redis/config.yml @@ -9,22 +9,26 @@ title: Redis # Description of the pack description: |+ ## A Complete Redis Monitoring System + Redis operates in-memory and achieves I/O faster than traditional database systems. It includes several data structures which make it ready to use right out of the box. New Relic provides a Redis quickstart which allows you to monitor your Redis instances out-of-the-box. ## New Relic - A Perfect Tool to Monitor Redis + Redis is known for its speed, so ensuring that it stays operating at peak performance is paramount. Slowdowns can lead to a compromised user experience or even a complete application failure. New Relic's Redis monitor provides actionable insights into the health of a Redis system. It supports custom charts, custom queries, and pre-built dashboards are available for those who don’t need custom configurations. All critical performance and health metrics are monitored. ## New Relic Redis Quickstart Features + Our Redis quickstart include out-of-the-box dashboards and alerts, including data such as: - Overview Snapshot (# masters, # slaves) + charts with commands/sec and commands/sec by node - Charts showing connected clients, connected clients by node, changes since last save by node, expired keys/second by node, memory used by node, and blocked clients. - Charts showing keyspace hit ratio by node, evicted keys/second by node, input bytes/second by node, network I/O per second, and output bytes / second by node. ## Value of the Redis Pack + The Redis Quickstart provides a visual snapshot of all the key health information related to your Redis nodes and clusters. Monitoring is made easy via the clear, color-coded dashboard which showcases memory usage, network I/O, node health, and much more. # Support level