From 29fa50653654dac86cdc9325638be38cafcb9217 Mon Sep 17 00:00:00 2001 From: Bhavin Gandhi Date: Tue, 7 Aug 2018 10:02:04 +0530 Subject: [PATCH] helm: fix typo in prometheus README.md Changes `merics` to `metrics` Signed-off-by: Bhavin Gandhi --- helm/prometheus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/prometheus/README.md b/helm/prometheus/README.md index 7ead25f79..ffbd1c0ab 100755 --- a/helm/prometheus/README.md +++ b/helm/prometheus/README.md @@ -101,7 +101,7 @@ Custom service monitors can be added in values.yaml in the `serviceMonitors` sec #### Example service monitor -This example Service Monitor will monitor applications matching `app: nginx-ingress`. The port `metrics` will be scraped with the path `/merics`. The endpoint will be scraped every 30 seconds. +This example Service Monitor will monitor applications matching `app: nginx-ingress`. The port `metrics` will be scraped with the path `/metrics`. The endpoint will be scraped every 30 seconds. ``` serviceMonitors: