Hi! I've been collecting proxmox data to create visualizations and just wondering what the difference is between non_negative_derivative(mean("netout"), 10s) and mean("netout") is when querying the data such as this:
and is there a significance diffrence between them?
any guidance is much appreciated.
Thank you in advance!
Code:
SELECT non_negative_derivative(mean("netout"), 10s) FROM "system"
and is there a significance diffrence between them?
any guidance is much appreciated.
Thank you in advance!