reason: kong_http_requests_total metric is a cumulative counter of HTTP requests, which means it increases monotonically over time. If you're looking for requests per second (RPS), you typically want to calculate the rate of increase over a time window. This can be done using the rate() function.
Grafana
Prometheus
avg RPS
same changes as max RPS, rate is added.
min RPS
same changes as max RPS, rate is added.
For Yxx
dynamic interval is added [$__interval], earlier it was fixed to static [1m]
this enables updation of values, when time period is changed
3xx error percentage fixed
For latency
dynamic interval is added [$__interval], earlier it was fixed to static [1m]
this enables updation of values, when time period is changed
meeting with @singhalkarun and @GJS2162 (for 30min)