redis.persistence.rdb_last_bgsave_time_sec
Duration of the last RDB save operationDimensions:None
Summary
Duration in seconds of the most recent background RDB save operation. Long save times indicate large dataset size, slow disk I/O, or high memory fragmentation forcing more work during copy-on-write. Typical values range from <1s for small datasets to 60s+ for multi-GB datasets. Increasing trends over time signal dataset growth and may require save interval tuning to reduce impact.
Interface Metrics (3)
Native
Duration of the last RDB save operationDimensions:None
Sources
Related Insights (1)
Slow Query Backlog Masks Redis Connection Pool Exhaustionwarning
Redis slowlog entries accumulating (redis.slowlog.length rising) can indicate operations blocking on network or disk I/O, exhausting connection pools and causing cascading failures in dependent services even when Redis CPU appears healthy.
▸