Use `deriv` instead of `rate` for `cpu_busy_seconds_total`
Using rate causes an unexpected outcome. deriv works well.
ref. https://redpandadata.slack.com/archives/C03H26FHJQL/p1724904615666739
Using deriv is probably required here because cpu_busy_seconds is incorrectly defined as a gauge in RP core, and our last attempt to remedy that had unexpected impact for our datadog integration.
Functionally, the only time this metric goes down from what we've seen is during broker restarts.
Let's hold off approving this for a bit until I look at some things. My first pass through the original chunk says the units aren't right on this chart. Pretty sure I ran into this with another user.
I see. Thank you @hcoyote