[prometheus-mongodb-exporter] deprecate (#23699)

Signed-off-by: Naseem <naseem@transit.app>
This commit is contained in:
Naseem
2020-09-04 23:31:40 -07:00
committed by GitHub
parent b214ee5abb
commit 7c0434b24e
3 changed files with 9 additions and 5 deletions
@@ -1,16 +1,16 @@
apiVersion: v1
appVersion: "v0.10.0"
description: A Prometheus exporter for MongoDB metrics
# The prometheus-mongodb-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 A Prometheus exporter for MongoDB metrics
home: https://github.com/percona/mongodb_exporter
keywords:
- exporter
- metrics
- mongodb
- prometheus
maintainers:
- email: ssheehy@firescope.com
name: steven-sheehy
name: prometheus-mongodb-exporter
sources:
- https://github.com/percona/mongodb_exporter
version: 2.8.0
version: 2.8.1
@@ -1,5 +1,7 @@
# Prometheus MongoDB Exporter
DEPRECATED and moved to <https://github.com/prometheus-community/helm-charts>
Installs the [MongoDB Exporter](https://github.com/percona/mongodb_exporter) for [Prometheus](https://prometheus.io/). The
MongoDB Exporter collects and exports oplog, replica set, server status, sharding and storage engine metrics.
@@ -1,3 +1,5 @@
DEPRECATED and moved to <https://github.com/prometheus-community/helm-charts>
Verify the application is working by running these commands:
{{if contains "NodePort" .Values.service.type }}
NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")