Redis Exporter

Redis Exporter

Overview Installation Recording rules Dashboards Alerting rules Grafana Cloud Integration

On this page:

Note: You should load the following recording rules before loading the dashboards in this guide. The dashboard queries use recording rules to reduce load on the Prometheus or Grafana Cloud Metrics servers, depending on where you’re evaluating the rules.

This quickstart includes the following recording rules:

  • redis_memory_fragmentation_ratio
Download the following recording rules YAML file
groups:
- name: redis_rules
  rules:
  - expr: redis_memory_used_rss_bytes / redis_memory_used_bytes
    record: redis_memory_fragmentation_ratio

This recording rule YAML file was generated using the Redis Exporter mixin.