paregupt / ucs_traffic_monitor

Cisco UCS traffic monitoring using Grafana, InfluxDB and Telegraf
MIT License
81 stars 25 forks source link

Update or remove query in domain_traffic dashboard #84

Open wgjhstt247 opened 2 years ago

wgjhstt247 commented 2 years ago

last(oper_speed) / last(oper_speed) will always be 1. Should this query be removed or updated?

https://github.com/paregupt/ucs_traffic_monitor/blob/c20b9915f9e143e423cfce8b91c4c83e9e803b80/grafana/dashboards/domain_traffic.json#L3042

paregupt commented 2 years ago

It's been a while but I think this might have got left behind after a testcase. I was probably trying to plot a max line. I will test it for any side effects and make the change. Thanks for finding it.