mirror of https://github.com/knative/docs.git
Fix typo in accessing-metrics command (#396)
This commit is contained in:
parent
12e3364b2d
commit
b0b911fdca
|
@ -5,7 +5,7 @@ the visualization tool for [Prometheus](https://prometheus.io/).
|
|||
|
||||
1. To open Grafana, enter the following command:
|
||||
```
|
||||
kubectl port-forward --namespae monitoring $(kubectl get pods --namespace monitoring --selector=app=grafana --output=jsonpath="{.items..metadata.name}") 3000
|
||||
kubectl port-forward --namespace monitoring $(kubectl get pods --namespace monitoring --selector=app=grafana --output=jsonpath="{.items..metadata.name}") 3000
|
||||
```
|
||||
|
||||
* This starts a local proxy of Grafana on port 3000. For security reasons, the Grafana UI is exposed only within the cluster.
|
||||
|
|
Loading…
Reference in New Issue