Hi,
I'm currently querying my service availability like this
avg_over_time(probe_success{instance="abc"}[1d])
Now I have a requirement to consider business hours only (9am-5pm). How should I modify the query to have always the value of 1 outside of business hours?
Best,
Alexei