Product Docs
Open Source
Education
Minimalist Wolfi-based Prometheus Redis Exporter image for exporting metrics to Redis.
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/prometheus-redis-exporter:latest
The easiest way to install the Prometheus Redis Exporter is to use the Helm chart.
$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts $ helm repo update $ helm install prom-redis-exporter prometheus-community/prometheus-redis-exporter \ --set image.repository=cgr.dev/chainguard/prometheus-redis-exporter --set image.tag=latest
For more detail, please refer to the Redis Exporter documentation.