This repository was archived by the owner on Feb 22, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
stable/prometheus-redis-exporter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v1
22appVersion : 1.3.4
3- description : Prometheus exporter for Redis metrics
3+ # The prometheus-redis-exporter chart is deprecated and no longer maintained. For details deprecation,
4+ # including how to un-deprecate a chart see the PROCESSES.md file.
5+ deprecated : true
6+ description : DEPRECATED Prometheus exporter for Redis metrics
47name : prometheus-redis-exporter
5- version : 3.5.0
8+ version : 3.5.1
69home : https://github.com/oliver006/redis_exporter
710sources :
811 - https://github.com/oliver006/redis_exporter
912keywords :
1013 - prometheus
1114 - redis
12- maintainers :
13- - name : acondrat
14- email : arcadie.condrat@gmail.com
Original file line number Diff line number Diff line change 11# prometheus-redis-exporter
22
3+ DEPRECATED and moved to < https://github.com/prometheus-community/helm-charts >
4+
35[ redis_exporter] ( https://github.com/oliver006/redis_exporter ) is a Prometheus exporter for Redis metrics.
46
57## TL;DR;
Original file line number Diff line number Diff line change 1+ DEPRECATED and moved to <https://github.com/prometheus-community/helm-charts>
2+
131. Get the Redis Exporter URL by running these commands:
24{{- if contains "NodePort" .Values.service.type }}
35 export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ template "prometheus-redis-exporter.fullname" . }})
You can’t perform that action at this time.
0 commit comments