I got an requirement to obtain the highest `tps` by java, which can resolve it by PromQL and Grafana dashboard like this: ```PromQL rate(gateway_requests_seconds_count{application=~"xxxx"}[1m]) ``` dashboard  But I do not know how to get this highest `tps` from Grafana by Java Program in periods. ( such as a week、a month or a year )