Open
Description
opened on Nov 25, 2022
Jaeger depends on a number of deprecated graph layout libs, like dagre
and viz.js
. It also provides a confusing assortment of graph views (force directed, DAG, and the latest graphs via plexus).
To avoid getting blocked on very old dependencies, we need to move to something newer.
One option to investigate: https://github.com/erikbrinkman/d3-dag
Activity