Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit 90fe252

Browse files
author
Naseem
authored
[prometheus-redis-exporter] deprecate (#23706)
Signed-off-by: Naseem <naseem@transit.app>
1 parent a5290c3 commit 90fe252

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apiVersion: v1
22
appVersion: 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
47
name: prometheus-redis-exporter
5-
version: 3.5.0
8+
version: 3.5.1
69
home: https://github.com/oliver006/redis_exporter
710
sources:
811
- https://github.com/oliver006/redis_exporter
912
keywords:
1013
- prometheus
1114
- redis
12-
maintainers:
13-
- name: acondrat
14-
email: arcadie.condrat@gmail.com

stable/prometheus-redis-exporter/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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;

stable/prometheus-redis-exporter/templates/NOTES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
DEPRECATED and moved to <https://github.com/prometheus-community/helm-charts>
2+
13
1. 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" . }})

0 commit comments

Comments
 (0)