Update jaeger.md

This commit is contained in:
Ori Zohar 2021-08-10 16:37:28 -07:00 committed by GitHub
parent 9d1e95f9e5
commit 6ed6ed39f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ That's it! Your Dapr sidecar is now configured for use with Jaeger.
To view traces, connect to the Jaeger Service and open the UI:
```bash
```bash
kubectl port-forward svc/jaeger-query 16686
```