Hi,
Is there way to get metrics only for current date instead of using time like [24h] which would probably give metrics for day before too.
last 24 hours
my_metric{node="ABC"} [24h]
Something like below to give metrics for current date only.
my_metric{node="ABC"} [TODAYS_DATE]
Thanks