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

Commit f71f191

Browse files
author
Naseem
authored
[prometheus-mysql-exporter] deprecate (#23700)
Signed-off-by: Naseem <naseem@transit.app>
1 parent 7cbd7dd commit f71f191

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
apiVersion: v1
2-
description: A Helm chart for prometheus mysql exporter with cloudsqlproxy
2+
# The prometheus-mysql-exporter chart is deprecated and no longer maintained. For details deprecation,
3+
# including how to un-deprecate a chart see the PROCESSES.md file.
4+
deprecated: true
5+
description: DEPRECATED A Helm chart for prometheus mysql exporter with cloudsqlproxy
36
name: prometheus-mysql-exporter
4-
version: 0.7.0
7+
version: 0.7.1
58
home: https://github.com/prometheus/mysqld_exporter
69
appVersion: v0.11.0
710
sources:
811
- https://github.com/prometheus/mysqld_exporter
9-
maintainers:
10-
- name: juanchimienti
11-
email: juan.chimienti@gmail.com
12-
- name: monotek
13-
email: monotek23@gmail.com

stable/prometheus-mysql-exporter/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Prometheus Mysql Exporter
22

3+
DEPRECATED and moved to <https://github.com/prometheus-community/helm-charts>
4+
35
- Installs prometheus [mysql exporter](https://github.com/prometheus/mysqld_exporter)
46

57
## TL;DR;

stable/prometheus-mysql-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 application 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-mysql-exporter.fullname" . }})

0 commit comments

Comments
 (0)