fix an error in README of serving/sample/telemetry-go (#659)

This commit is contained in:
Ying Chun Guo 2018-12-18 05:45:34 +08:00 committed by Knative Prow Robot
parent 9530cae547
commit df75e7e488
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ You can see published metrics using Prometheus UI. To access to the UI, forward
the Prometheus server to your machine:
```
kubectl port-forward $(kubectl get pods --selector=app=prometheus,prometheus=test --output=jsonpath="{.items[0].metadata.name}") 9090
kubectl port-forward $(kubectl get pods --selector=app=prometheus-test --output=jsonpath="{.items[0].metadata.name}") 9090
```
Then browse to http://localhost:9090.