Section 3 · Database integrations

Set up Redis monitoring with Grafana Cloud integrations

Estimated time: 1 min

Redis integration

Redis is an in-memory data structure store used as a key-value database, cache, and message broker. The Redis integration monitors memory usage, command throughput, and cluster health.

What it monitorsCommands, memory usage, keyspace statistics, connected clients, replication, cluster state
How it worksGrafana Alloy’s built-in Redis exporter scrapes metrics from your Redis instance
What you get6 alerts + 1 dashboard
PrerequisitesRedis user with monitoring permissions (authentication setup)

What you’ll see in the dashboard

  • Command throughput: Commands processed per second and command duration
  • Memory usage: Used memory, RSS, fragmentation ratio, and max memory threshold
  • Client connections: Connected and blocked clients
  • Keyspace: Keys, expiring keys, and eviction rate
  • Replication: Connected replicas

Key alerts

AlertSeverity
RedisDownCritical
RedisOutOfMemoryWarning
RedisTooManyConnectionsWarning
RedisClusterStateNotOkCritical

Documentation

View the Redis integration documentation.

Path completed