redis_exporter
redis_exporter copied to clipboard
Prometheus Exporter for ValKey & Redis Metrics. Supports ValKey and Redis 2.x, 3.x, 4.x, 5.x, 6.x, and 7.x
Hi, A bit of a general question: Is it possible to get config metrics for Sentinel instances? Enabling `include-config-metrics` doesn't seem to work. Thanks!
**Describe the problem** I am trying to create an alert/recording rule for memory usage for non-evicting redis clusters. I see there is `redis_memory_used_bytes` I can use and there are some...
**Describe the problem** Hi. I use a scheme where I build multiple queues (redis sorted sets) following the pattern `::queue`. As you can guess, `hour_bucket` ranges from `00` to `23`....
I would like to contribute multiple CI workflows for the repo. Some of them are needed for easier packaging for Gentoo distribution, and some I think would be nice for...
acl user rights: +client +ping +info +config|get +cluster|info +slowlog +latency +memory +select +get +scan +xinfo +type +pfcount +strlen +llen +scard +zcard +hlen +xlen +eval allkeys I am able to run...
I have a redis 6.2.6. cluster over 3 VMs, with 2 nodes per VM (ports 7005, 7006) Redis exporter is running with following command ``` ./redis_exporter --redis.addr=redis://git-kfkrds01:7005 --skip-tls-verification --tls-ca-cert-file=/apps/Testing/redistest/ca/ca.crt --tls-client-key-file=/apps/Testing/redistest/ca/redis.key...
**Describe the problem** I noticed when I have clustered redis on AWS, whenever I call to get metrics it looks like is connecting to different nodes (probably different or the...
**Describe the problem** I use redis_exporter to monitor redis sentinel, but the metric redis_instance_info/redis_mode show standalone, but **What version of redis_exporter are you running?** 1.45.0 **Running the exporter** docker run...
**Describe the problem** Not clear how redis-exporter should be used with clustered redis on AWS. We're using service-catalog + an Open Service Broker + Crossplane to provision redis on AWS....