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:
SELECT non_negative_derivative(mean("netout"), 10s) FROM "system"
and is...