Skip to content
New issue

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

average response time last minute #294

Closed
bananaspliff opened this issue Jan 23, 2020 · 3 comments
Closed

average response time last minute #294

bananaspliff opened this issue Jan 23, 2020 · 3 comments

Comments

@bananaspliff
Copy link

like micrometer with spring boot,
It will be a great feature to get how long the longest request took in the last minute

ex:
http_server_requests_seconds_max{exception="None",method="GET",outcome="SUCCESS",status="200",uri="/blah",} 0.040648985
http_server_requests_seconds_max{exception="ResourceNotFoundException",method="GET",outcome="CLIENT_ERROR",status="404",uri="/blahblah",} 0.0

@tdeekens
Copy link
Owner

Thanks. Yes that sounds interesting. What type of metric would you use for this?

@bananaspliff
Copy link
Author

bananaspliff commented Jan 23, 2020

gauge : max response time by status code
graph : average time (mean / max) by path

@tdeekens
Copy link
Owner

I am not able to implement this at this time. I am happy to review and integrate a PR. Until then I will close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants