Is there anyone who display the network topology in grafana?

Recently i am focus on creating a dynamic network topology to display the status of our network environment,for example , i’d like to show the bandwidth and utilization of the circuit ? is there anyone who did this before?Can you give me some advice?

Diagram panel for grafana can be used for simple static topologies to display links and metrics. Metrics data is received and updated via queries, but topology is not dynamic unless you can code it in scripted dashboard. Layout control is limited too.

This is noted, i will try that , thank you so much

Heatmap Generator panel plugin - looks very promising. All you need is svg picture (auto-generated or drawn in svg editor like inkscape) with id and class added to svg tag elements. These ids are mapped to metric values and colored by the plugin. I tried it with Grafana 5.1.0.