[prometheus-redis-exporter] deprecate (#23706)

Signed-off-by: Naseem <naseem@transit.app>
This commit is contained in:
Naseem
2020-09-04 23:20:16 -07:00
committed by GitHub
parent a5290c3bea
commit 90fe252497
3 changed files with 9 additions and 5 deletions
+5 -5
View File
@@ -1,14 +1,14 @@
apiVersion: v1
appVersion: 1.3.4
description: Prometheus exporter for Redis metrics
# The prometheus-redis-exporter chart is deprecated and no longer maintained. For details deprecation,
# including how to un-deprecate a chart see the PROCESSES.md file.
deprecated: true
description: DEPRECATED Prometheus exporter for Redis metrics
name: prometheus-redis-exporter
version: 3.5.0
version: 3.5.1
home: https://github.com/oliver006/redis_exporter
sources:
- https://github.com/oliver006/redis_exporter
keywords:
- prometheus
- redis
maintainers:
- name: acondrat
email: arcadie.condrat@gmail.com
@@ -1,5 +1,7 @@
# prometheus-redis-exporter
DEPRECATED and moved to <https://github.com/prometheus-community/helm-charts>
[redis_exporter](https://github.com/oliver006/redis_exporter) is a Prometheus exporter for Redis metrics.
## TL;DR;
@@ -1,3 +1,5 @@
DEPRECATED and moved to <https://github.com/prometheus-community/helm-charts>
1. Get the Redis Exporter URL by running these commands:
{{- if contains "NodePort" .Values.service.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ template "prometheus-redis-exporter.fullname" . }})