I created a timelion graph of my incoming ethernet traffic on interface eth0.
(The interval is set to 1 minute hence the devide(60)):
.es(q="metricset.name: network AND system.network.name: eth0", metric=avg:system.network.in.bytes).derivative().divide(60).label(label="WAN IN")
This works fine and the graph is showing the correct values, however the y-axis shows number like 600000000, and 900000000 which is not very readable.
Is it possible to format those numbers in timelion graphs and also automatically scale them to KB/sec, MB/sec or GB/sec?