[17:11:57] O gods of Grafana/PromQL: Is there a simple way to negate metrics? I'd like to create a network panel with the traditional in/out graphing, meaning the "out" traffic would be in the negatives/below the in/positive. [17:13:27] you ought to be able to just say -1 * thingy{foo="bar"}[2m] [17:14:20] or you do that in the grafana dashboard [17:14:48] can set a rege matching the metrics you want and then transform them to negative Y [17:17:13] * brett facepalms [17:17:25] the -1 trick works just fine. I was trying much more stupid ways [17:18:01] thanks for the transform hint, too volans [17:18:39] actually volans's way is better if you don't want the instantaneous values to read out as negative, like when you mouse over them