Hi,
I know that we can run rate(container_cpu_usage_seconds_total[5m]) to get the cpu usage of a container.
I would like to get the average of this usage over the last day.
however, when trying to add avg_over_time around it, I am getting
parse error: ranges only allowed for vector selectors
How can I achieve what I need?
thanks!