esnet / sense-rtmon

Custom Scripts for Dynamic End-To-End Flow-Specific Grafana Dashboards
5 stars 4 forks source link

Evaluate possible use of diagrams package (replace mermaid) #127

Open juztas opened 1 month ago

juztas commented 1 month ago

Mermaid is nice, but there is complexity on topology generation and overlapping items (in case big topo). There is diagrams py package - which can generate image and we could show it. Something to try out and see if that gives nicer output. https://diagrams.mingrammer.com/docs/getting-started/examples

juztas commented 1 month ago

Example run uploaded here: https://github.com/esnet/sense-rtmon/pull/130

juztas commented 4 weeks ago

Here is what needs to be implemented:

We would have it running in parallel for few shots and compare how it looks between mermaid and diagrams