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
Calculate Apdex score, overall and per API operation. Show on dashboard. https://en.wikipedia.org/wiki/Apdex
Introduce options to configure target and tolerated request duration for Apdex calculation.
The text was updated successfully, but these errors were encountered:
Added Apdex Score stats (all, methods, timeline, apistats). UI: Apdex…
041bb98
… Score added to Requests by Method table, API Operation table - #10
Apdex score added to baseline statistics, and available in all, method, timeline and apiop. On UI, Apdex Score is shown at:
Option apdexThreshold allows to set target time, and tolerable time will be apdexThreshold * 4 apdexThreshold has default value 50ms
apdexThreshold
apdexThreshold * 4
Sorry, something went wrong.
1b94b4a
sv2
No branches or pull requests
Calculate Apdex score, overall and per API operation. Show on dashboard.
https://en.wikipedia.org/wiki/Apdex
Introduce options to configure target and tolerated request duration for Apdex calculation.
The text was updated successfully, but these errors were encountered: