ObserveNow
...
Integrations
Infrastructure
Redis/ElastiCache
opsverse's kubernetes agent https //docs opsverse io/install the opsverse agent#veqxm can be used to collect metrics from redis/elasticache kubernetes add the following yaml snippet to the agent's values yaml and run the agent based on these instructions https //docs opsverse io/install the opsverse agent#veqxm redis exporter enabled true annotations prometheus io/scrape "true" redisaddress redis\ //\<redis host> \<redis port> service type clusterip port 9121 annotations {} labels {} \# prometheus io/path /metrics \# prometheus io/port "9121" \# prometheus io/scrape "true" redisaddressconfig \# use config from configmap enabled false \# use existing configmap (ignores redisaddress) configmap name "" key "" auth \# use password authentication enabled false \# use existing secret (ignores redispassword) secret name "" key "" \# redis password (when not stored in a secret) redispassword "" refer values yaml https //github com/prometheus community/helm charts/blob/main/charts/prometheus redis exporter/values yaml file from prometheus community for additional value configurations and default values scrape multiple redis hosts add the following yaml snippet to the property victoria metrics agent config scrape configs in your values yaml and run the agent based on these instructions https //docs opsverse io/install the opsverse agent#veqxm extrascrapeconfigs \## config for the multiple redis targets that the exporter will scrape \ job name 'redis exporter targets' static configs \ targets \ redis\ //first redis host 6379 \ redis\ //second redis host 6379 \ redis\ //third redis host 6379 \ redis\ //third redis host 6380 metrics path /scrape relabel configs \ source labels \[ address ] target label param target \ source labels \[ param target] target label instance \ target label address replacement <\<redis exporter hostname>> 9121 single machine alternatively, you can install the prometheus redis exporter https //github com/oliver006/redis exporter on a single machine prerequisite(s) you have the opsverse agent running on the machine https //docs opsverse io/install the opsverse agent#dszlx run this command to install the redis exporter as a systemd unit \# for amd64 curl https //raw\ githubusercontent com/opsverseio/installers/main/prometheus exporters/install exporter amd64 sh | sudo bash s e redis \# for arm64 curl https //raw\ githubusercontent com/opsverseio/installers/main/prometheus exporters/install exporter arm64 sh | sudo bash s e redis the agent will begin scraping the metrics automatically; the script will drop the scrape target into /etc/opsverse/targets/ , so the agent will begin automatically scraping if you need to update redis connection info , after you install, you may edit /etc/systemd/system/prom redis exporter service with the appropriate cli args you want https //github com/oliver006/redis exporter#command line flags , and then restart the service sudo systemctl restart prom redis exporter