I would like to show the increment for 0am at current moment.
For example, I want to show increase(my_counter[1h]) at 1:00am and increase(my_counter[2h]) at 2:00am.
I had thought about using last_over_time to calculate the value taken at 0:00 and then taking the difference as an increment. However, once a restart occurs, negative values are possible.