We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In https://docs.ray.io/en/latest/cluster/kubernetes/k8s-ecosystem/istio.html#step-6-verify-the-auto-mtls-and-l7-observability
This link http://localhost:16686/jaeger/search?limit=1000&lookback=1h&maxDuration&minDuration&service=raycluster-istio.default is borken.
http://localhost:16686/jaeger/search?limit=1000&lookback=1h&maxDuration&minDuration&service=raycluster-istio.default
Click this link directly will result in the following page
Expected:
Cause:
Jaeger dashboard does not accept encoded & in query string &
&
&
Related MyST parser issue: executablebooks/MyST-Parser#760
Note: I am working on this issue.
No response
The text was updated successfully, but these errors were encountered:
[Docs][KubeRay] Fix broken Istio Jaeger dashboard link
e7b2e74
Closes: ray-project#47239 Signed-off-by: Chi-Sheng Liu <[email protected]>
Successfully merging a pull request may close this issue.
Description
In https://docs.ray.io/en/latest/cluster/kubernetes/k8s-ecosystem/istio.html#step-6-verify-the-auto-mtls-and-l7-observability
This link
http://localhost:16686/jaeger/search?limit=1000&lookback=1h&maxDuration&minDuration&service=raycluster-istio.default
is borken.
Click this link directly will result in the following page
Expected:
Cause:
Jaeger dashboard does not accept encoded
&
in query string&
Related MyST parser issue: executablebooks/MyST-Parser#760
Note: I am working on this issue.
Link
No response
The text was updated successfully, but these errors were encountered: