Fix typo in docs

This commit is contained in:
Christian Hoffmeister 2019-06-01 11:07:24 +02:00
parent d890b9864a
commit 8d505f3347

View file

@ -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).