I have to create a new panel which will show the weekly change in traffic. Our grafana dashboard is integrated with Prometheus.
Already created a panel which show the daily request count
Query : “sum(envoy_cluster_upstream_rq:codes:rps:sum{cluster=~”$cluster", namespace=~"$namespace",service=“jobtracker”})*60"
Now i have to create another panel where i can check for the weeky traffic increase for my service…is there any compare to method