ST
Size: a a a
ST
S
GM
A
GM
GM
A
A
AS
SC
AS
I want to get all values between 8.00am to 10.00pm for the 10 last days
This can't be done within PromQL, you'll have to filter it out from the response.
Try using the following query: scalar((hour()>=bool 8)*(hour()<bool 22)>0)*number_of_request
AS
W
ST
AS
ST
AS
VS
VS