We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got an requirement to obtain the highest tps by java, which can resolve it by PromQL and Grafana dashboard like this:
tps
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 )
The text was updated successfully, but these errors were encountered:
I suppose you should query your datasource directly
Sorry, something went wrong.
No branches or pull requests
I got an requirement to obtain the highest
tps
by java, which can resolve it by PromQL and Grafana dashboard like this: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 )The text was updated successfully, but these errors were encountered: