I am trying to get data of "last 5 minutes" which is an option in the above top-down menu in grafana
. I have used the $timeFilter
variable but when selecting the last 5 minutes, it is returning data of more than 5 minutes and the query being created is timestamp>=(unix time)
, whereas I want the query to be "between start time and end time".
How do I achieve this in Grafana?