Fix typo in docs
This commit is contained in:
parent
3ee5161cca
commit
413450d7f6
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue