knightss27 / grafana-network-weathermap

A fully featured and customizable network weathermap plugin for Grafana (9.0+).
https://grafana.com/grafana/plugins/knightss27-weathermap-panel/
Apache License 2.0
132 stars 6 forks source link

Automatically create charts for links #54

Closed damianostom closed 1 year ago

damianostom commented 1 year ago

Hello, while creating the map, I noticed that after hovering the cursor over the link, the link bandwidth graph is displayed. Is there a way to automate it so that I can automatically create a link to the Time Series chart? Currently, with 100 currently monitored ports, it is quite tedious to create as many as 100 charts manually and then configure the links manually.

Somehow these graphs are already created automatically, maybe you just need to share them.

Thank you!

knightss27 commented 1 year ago

Though this does seem useful, I don't think I'm able to do this as my plugin is limited to accessing the data passed to it and its own settings, so it would be impossible for me to create other chart panels (and I would need to put them on a specific dashboard anyways). These graphs are currently made by rendering Grafana's timeseries graph component inside of the weathermap's panel, but this is just a React component that I'm passing the data to, not a separate timeseries panel.

bardahlm commented 3 months ago

Sorry for commenting on a closed issue!

It would be enough to construct a link where node and link is populated with relevant values.

https://grafana.example.com/?var-host=${A side node}&var-interface=${link node A interface name}.

Getting the correct host and interface values requires the query to return usable labels.