-
Notifications
You must be signed in to change notification settings - Fork 531
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
[LFX] Upgrade charts and graphs #2534
Comments
@yurishkuro Great !!. I would love to be a part of it !! |
@yurishkuro I'd love to be a part of this. Please let me know the further process. |
@jayg2309 it is described in the parent issue linked at the top |
i have started working on it, will make a pr soon |
@coderboy-yash this is proposed as a 3-month project. We are not asking to make PRs for this specific issue until the project starts. We have plenty of other open issues in the UI that you can solve to demonstrate your skillset. |
#1597 (comment) |
## Which problem is this PR solving? - part of #2534 ## Description of the changes - Added scalable forced directed placement (sfdp) Layout Engine in plexus graph lib. - Have added new options specific to sfdp engine so we can maintain backward compatibility with other part of the code. - converted DAG.tsx from class component to functional component ## How was this change tested? - manually ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [x] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` --------- Signed-off-by: Hariom Gupta <[email protected]>
This is a project proposed as part of LFX Mentorship term jaegertracing/jaeger#6470 ⬅ read this first.
Jaeger is an open-source, distributed tracing platform designed to monitor and troubleshoot microservices-based systems. Jaeger UI pioneered many new visualizations for analyzing distributed traces. However, over time, it accumulated views that utilize different and sometimes deprecated viz libraries. The objective is to standardize charting / graphing libraries used in Jaeger UI, upgrade their dependencies, and add new visualization features. Specifically:
Desired outcomes:
Risks / open questions
The text was updated successfully, but these errors were encountered: