Skip to content

Commit

Permalink
[Docs][KubeRay] Fix broken Istio Jaeger dashboard link
Browse files Browse the repository at this point in the history
Closes: #47239
Signed-off-by: Chi-Sheng Liu <[email protected]>
  • Loading branch information
MortalHappiness committed Aug 21, 2024
1 parent c50e3b6 commit e7b2e74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/source/cluster/kubernetes/k8s-ecosystem/istio.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@ Run the following command to start the Jaeger dashboard:
istioctl dashboard jaeger
```
Go to the Jaeger dashboard with the `service=raycluster-istio.default` query: [http://localhost:16686/jaeger/search?limit=1000&lookback=1h&maxDuration&minDuration&service=raycluster-istio.default](http://localhost:16686/jaeger/search?limit=1000&lookback=1h&maxDuration&minDuration&service=raycluster-istio.default)
<!-- TODO: Change the following link to markdown syntax after this issue https://github.com/executablebooks/MyST-Parser/issues/760 is resolved -->
Go to the Jaeger dashboard with the `service=raycluster-istio.default` query: <a class="reference external" href="http://localhost:16686/jaeger/search?limit=1000&lookback=1h&maxDuration&minDuration&service=raycluster-istio.default">http://localhost:16686/jaeger/search?limit=1000&lookback=1h&maxDuration&minDuration&service=raycluster-istio.default</a>
![Istio Jaeger Overview](../images/istio-jaeger-1.png)
Expand All @@ -324,4 +325,4 @@ Run the following command to delete your cluster.
```bash
kind delete cluster
```
```

0 comments on commit e7b2e74

Please sign in to comment.