Metrics
In-Memory DB exposes a combination of infrastructure and database health metrics so you can monitor the state of your clusters. Infrastructure metrics describe the underlying node's resource usage, while database health metrics describe the behavior of the In-Memory DB engine itself.
Infrastructure metrics
Infrastructure metrics describe the health of the underlying node that hosts a database cluster, rather than the database engine itself. These metrics are collected by node_exporter and cover CPU, memory, disk I/O, filesystem capacity, and network throughput at the operating-system level. Use them together with database-specific metrics to distinguish node-level resource constraints, such as CPU saturation or low disk space, from issues originating inside the database engine.
The following metrics are available to gauge the infrastructure health of a database cluster.
Database health metrics
Unlike the infrastructure metrics, which describe the health of the underlying node, the metrics in this section come from redis_exporter and describe the health of the In-Memory DB engine itself. In-Memory DB is powered by Valkey. Metrics use the redis_* prefix because redis_exporter natively supports Valkey through protocol compatibility; the engine itself is Valkey.
They report on activity inside the running instance, such as reachability and uptime, memory usage, and fragmentation, client connections, command throughput, latency, cache hit/miss rates, network traffic, and key statistics, giving you visibility into database-level behavior that node-level resource metrics cannot show.
The following metrics are available to gauge the health and performance of In-Memory DB clusters.
View metrics
Last updated
Was this helpful?