You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirement - what kind of business use case are you trying to solve?
There has service list page in our portal. We want to integrate jaeger ui when click the certain service to show the tracing for this service only. Right now, the service dropdown lists all available services. We want to pass a parameter together with service to show this service only in dropdown list.
Problem - what in Jaeger blocks you from solving the requirement?
Without this feature, the user can see all available services which is not our expectation.
Proposal - what do you suggest to solve the problem or improve the existing situation?
provide a parameter - limited=true to limit the service dropdown to display this service only.
the url pattern is ?service=xxx&limited=true
Pass this parameter to SearchForm to implement this goal.
Could you please explain what you're trying to achieve by hiding the other services in the drop-down? This cannot be for security reasons since the user can simply remove the parameters from the URL and go back to the full list.
I am able to embed the jaeger ui into our portal by using Iframe so that the end user cannot see the real URL. Except for using debug tools or other ways to check the url, that is different thing.
I am doing evaluation right now. I will add myself to that issue once we put jaeger into production. Thanks.
Requirement - what kind of business use case are you trying to solve?
There has service list page in our portal. We want to integrate jaeger ui when click the certain service to show the tracing for this service only. Right now, the service dropdown lists all available services. We want to pass a parameter together with
service
to show this service only in dropdown list.Problem - what in Jaeger blocks you from solving the requirement?
Without this feature, the user can see all available services which is not our expectation.
Proposal - what do you suggest to solve the problem or improve the existing situation?
provide a parameter -
limited=true
to limit the service dropdown to display this service only.the url pattern is
?service=xxx&limited=true
Pass this parameter to
SearchForm
to implement this goal.The text was updated successfully, but these errors were encountered: