Monitoring and Alerts
The platform provides comprehensive monitoring capabilities with integrated dashboards for Redis instances. These monitoring features enable performance analysis, resource utilization tracking, and configurable alerting mechanisms for proactive management.
TOC
Monitoring
The platform automatically collects key performance metrics for Redis instances related to resource utilization and operational performance. These metrics can be viewed in real-time through the instance's Monitoring tab.
Alerts
To configure alerting rules for Redis instances, navigate to the Alerts > Rules page in Alauda Application Service.
Configuring Alert Rules
Implementing alerts requires the creation of an alert rule in Alauda Application Service. An alert rule defines the monitoring targets, threshold conditions that trigger notifications, and the notification delivery mechanisms.
The platform provides the following pre-configured alert indicators:
These pre-configured indicators facilitate rapid alert rule implementation. For advanced monitoring requirements, custom alert indicators can be defined using Prometheus query syntax:
In this example, redis_keyspace_misses_total represents a Prometheus-collected metric, <namespace> filters resources by namespace, and <podname prefix> specifies the Pod name pattern for resources managed by Deployment or StatefulSet. For comprehensive information on metric queries, refer to the PromQL Official Documentation.
For detailed guidance on alert configuration and management, see .