From 0320d5577410486536773dc474bc8e6a2389d241 Mon Sep 17 00:00:00 2001 From: Matthias Loibl <mail@matthiasloibl.com> Date: Thu, 16 May 2019 13:58:37 +0200 Subject: [PATCH] Remove mentioning contrib/kube-prometheus in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7d97aae..908f1cf0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # kube-prometheus -> Note that everything in the `contrib/kube-prometheus/` directory is experimental and may change significantly at any time. +> Note that everything is experimental and may change significantly at any time. This repository collects Kubernetes manifests, [Grafana](http://grafana.com/) dashboards, and [Prometheus rules](https://prometheus.io/docs/prometheus/latest/configuration/recording_rules/) combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with [Prometheus](https://prometheus.io/) using the Prometheus Operator. -- GitLab