Skip to content

Commit

Permalink
Merge pull request #252 from aliandersonsn/patch-6
Browse files Browse the repository at this point in the history
chore: create redis quickstart description
  • Loading branch information
polfliet authored Sep 22, 2021
2 parents 5db914f + 14e9328 commit 335a41b
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions packs/redis/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,29 @@ name: redis
title: 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.
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
level: New Relic
Expand Down

0 comments on commit 335a41b

Please sign in to comment.