Question: change the layout selection for deep dependency graph view (view=ddg)
Requirement - what kind of business use case are you trying to solve?
can we change the default choice of layout selection to be one node per resource in this section:
Current default is show paths to focal node
I don't have a strong opinion on the specific default itself, but I think it would be useful to have it configurable per installation in the ui config, so that the change is backwards compatible in case some people really like the current default.
@yurishkuro yeah it would be nice to be configurable as part of ui deployment.
can I work on this issue?
@Leena1666 it's yours!
I am aware that this issue has already been assigned, but I did it nevertheless given that it was assigned almost 6 months ago. Do let me know if I should close my PR.
@yurishkuro, Is this issue still open? I would like to work on it!
It's open
I had a question regarding this issue, the default option should not be set to One Node per resource, but rather the default option should be configurable as per the User right?
It should be configurable by user, but in the absence of such configuration it should behave the same as today.
Understood! Thanks for clarifying!
Hi, I thought configurable by user meant that the end user can set any of the option as defualt and was thinking of adding set as default as an additional option and had made the required changes for that, and was about to raise a PR but then I took a look at the below Thread: https://github.com/jaegertracing/jaeger-ui/pull/891 and found out there are some entirely different expectations and I have misunderstood them something to do with the below picture
Can you please clarify the requirements again as to what is expected?
configurable by user meant that the end user can set any of the option as default
I think there's even a simpler solution - store last used option in local storage and apply it on new screens. Changing default via configuration would be next level, very high friction for small benefit.
Got it thanks a lot! Will implement that itself