racoon63 / bandwidth-monitor

Bandwidth-Monitor is a tool to measure your bandwidth and latency.
Apache License 2.0
5 stars 0 forks source link

Implement mathematic operations in Grafana #47

Open racoon63 opened 4 years ago

racoon63 commented 4 years ago

Grafana as a monitoring tool shall be able to process data values from the storage backend like influxDB so we have the following split:

Measurement = Bandwidth-Monitor Storage = influxDB Display = Grafana

This has the advantage that the data can be stored in raw format as they are measured by the bwm service and don't have to be preprocessed by Bandwidth-Monitor or influxDB.

racoon63 commented 4 years ago

This link could be helpful for this task: https://community.grafana.com/t/how-to-divide-values-using-grafana/3030

aweberlopes commented 4 years ago

Yes its easy waiting till your branch is stable