From 8d505f3347f6d78891dd42b7b71b231b80a09a42 Mon Sep 17 00:00:00 2001 From: Christian Hoffmeister Date: Sat, 1 Jun 2019 11:07:24 +0200 Subject: [PATCH] Fix typo in docs --- docs/user-guide/monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/monitoring.md b/docs/user-guide/monitoring.md index a88d5b6ab..417ccded3 100644 --- a/docs/user-guide/monitoring.md +++ b/docs/user-guide/monitoring.md @@ -88,4 +88,4 @@ After the login you can import the Grafana dashboard from _https://github.com/ku ### Wildcard ingresses -By default request metrics are labeled with the hostname. When you have a wildcard domain ingress, then there will be no metrics for that ingress (to prevent the metrics from exploding in cardinality). To get metrics in this case you need to run the ingress controller with `--metrics-per-host=false` (you will loose labeling by hostname, but still have labeling by ingress). +By default request metrics are labeled with the hostname. When you have a wildcard domain ingress, then there will be no metrics for that ingress (to prevent the metrics from exploding in cardinality). To get metrics in this case you need to run the ingress controller with `--metrics-per-host=false` (you will lose labeling by hostname, but still have labeling by ingress).