jaeger-ui
jaeger-ui copied to clipboard
systemArchitecture/filter small service and small edge
Requirement - what kind of business use case are you trying to solve?
Our company have thousands of service. And the system architecture is too difficult to distinguish each service.
Problem - what in Jaeger blocks you from solving the requirement?
Could not auto filter less important service and edge between service.
Proposal - what do you suggest to solve the problem or improve the existing situation?
I had solved this problem by using https://github.com/google/pprof to display system architecture.
I just want to give some experience for you to solve this problem:
- filter service which only have small dependency between service.
- filter edge which is too small.
- add a search input to enable user search service.