Total Increase with increase()

increase() — total increase over a time window.
Instead of per-second rate, it returns the raw total increase:
increase(http_requests_total{job="demo"}[1h])
This answers: "how many total requests happened in the last hour?"
increase() is essentially rate() multiplied by the number of seconds in the window.