79681189

Date: 2025-06-26 21:57:24
Score: 1
Natty:
Report link

we've solved this by suffixing our prometheus query with something like the following:

 <some metric query> * (hour() > bool 16) * (hour() < bool 20) > 0

this multiplies the query by 0 if it is outside the desired paging window.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bob G Ruffenhouser