-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
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
[Bug]: DAG default zoom cuts off some node label text #2060
Comments
|
I am using Windows |
Ok, I have identified the fix to this issues, I have forked and running Jaeger UI locally but you are running it on Jaeger-all-in-one service (Port 16686). The fault is in that service providing the UI. This approach will really help you fix this bug I hope! |
![]() @yurishkuro , i adjusted the some CSS properties and it look like this. If you consider it so I can raise pr for that. Let me know |
Screen.Recording.1946-10-19.at.1.00.36.AM.movwhy for the first time minimize button not working , when we zoom in (maximize button) and then we click on minimize button then it is working, so I guess we need to work on this too |
What happened?
When viewing System Architecture | DAG for HotROD graph, the label for "redis-manual" node only shows "redis-" text, and there is no way to zoom out more.
Steps to reproduce
JAEGER_VERSION=1.52 docker compose -f examples/hotrod/docker-compose.yml up
yarn start
, typeo
and press ENTERExpected behavior
All text labels should be visible.
Proposal
The calculation of the default 100% zoom should be fixed so that the graph is not so large. Perhaps there should be a max node size, or max label font size. E.g. on my monitor the font of the labels is about 2x of the font of the rest of the text in the UI, it's not necessary to zoom in so closely by default. Note that this only affects small graphs, with larger graphs we have the opposite effect (#1981 (comment)), so if we can fix it in the same way then great, but it's not the primary objective of this ticket.
The text was updated successfully, but these errors were encountered: