Introduction
Tair (Redis OSS–compatible) is a fully managed database service that is compatible with Redis protocol standards. It leverages an active-active, high-availability cluster architecture to deliver high throughput, low latency, and elastic scalability, making it suitable for performance-critical and distributed applications.
Setup
To set up the Alibaba integration and discover the Alibaba service, navigate to Alibaba Integration Discovery Profile and select Redis Instance.
Recommended Reads
Supported Metrics
| Opsramp Metric | Metric Display Name | Unit | Aggregation Type | Description |
|---|---|---|---|---|
| acs_kvstore_StandardAvgRt | StandardAvgRt | us | NULL | Average response time for Redis operations |
| acs_kvstore_StandardBlockedClients | StandardBlockedClients | count | NULL | Number of clients blocked on blocking operations |
| acs_kvstore_StandardCachedScriptsNumber | StandardCachedScriptsNumber | count | NULL | Number of cached Lua scripts |
| acs_kvstore_StandardConnectionUsage | StandardConnectionUsage | % | NULL | Percentage of connections currently in use |
| acs_kvstore_StandardCpuUsage | StandardCpuUsage | % | NULL | CPU utilization percentage |
| acs_kvstore_StandardEvictedKeys | StandardEvictedKeys | count | NULL | Total number of keys evicted due to memory pressure |
| acs_kvstore_StandardEvictedKeysPerSecond | StandardEvictedKeysPerSecond | count/s | NULL | Rate of keys being evicted per second |
| acs_kvstore_StandardExpiredKeys | StandardExpiredKeys | count | NULL | Total number of expired keys |
| acs_kvstore_StandardExpiredKeysPerSecond | StandardExpiredKeysPerSecond | count/s | NULL | Rate of keys expiring per second |
| acs_kvstore_StandardExpires | StandardExpires | count | NULL | Number of keys with expiration set |
| acs_kvstore_StandardGetQps | StandardGetQps | count/s | NULL | Queries per second for GET operations |
| acs_kvstore_StandardHitRate | StandardHitRate | % | NULL | Cache hit rate percentage |
| acs_kvstore_StandardHits | StandardHits | count | NULL | Total number of cache hits |
| acs_kvstore_StandardIntranetIn | StandardIntranetIn | KiB/s | NULL | Inbound network traffic rate |
| acs_kvstore_StandardIntranetInRatio | StandardIntranetInRatio | % | NULL | Percentage of inbound bandwidth utilization |
| acs_kvstore_StandardIntranetOut | StandardIntranetOut | KiB/s | NULL | Outbound network traffic rate |
| acs_kvstore_StandardIntranetOutRatio | StandardIntranetOutRatio | % | NULL | Percentage of outbound bandwidth utilization |
| acs_kvstore_StandardKeys | StandardKeys | count | NULL | Total number of keys in the database |
| acs_kvstore_StandardMemoryUsage | StandardMemoryUsage | % | NULL | Memory utilization percentage |
| acs_kvstore_StandardMisses | StandardMisses | count | NULL | Total number of cache misses |
| acs_kvstore_StandardOtherOps | StandardOtherOps | count | NULL | Number of other operations performed |
| acs_kvstore_StandardPutQps | StandardPutQps | count/s | NULL | Queries per second for PUT/SET operations |
| acs_kvstore_StandardQuotaConnection | StandardQuotaConnection | count | NULL | Maximum number of allowed connections |
| acs_kvstore_StandardSlowlogCount | StandardSlowlogCount | count | NULL | Number of slow queries recorded |
| acs_kvstore_StandardSyncDelayTime | StandardSyncDelayTime | s | NULL | Multi-active synchronization delay time |
| acs_kvstore_StandardTotalCommandsProcessed | StandardTotalCommandsProcessed | count | NULL | Total number of commands processed |
| acs_kvstore_StandardUsedConnection | StandardUsedConnection | count | NULL | Number of connections currently in use |
| acs_kvstore_StandardUsedMemory | StandardUsedMemory | B | NULL | Amount of memory currently used |
| acs_kvstore_StandardUsedMemoryLua | StandardUsedMemoryLua | B | NULL | Memory used by Lua scripts |
| acs_kvstore_StandardUsedQPS | StandardUsedQPS | count | NULL | Current queries per second |