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

Apdex score #10

Closed
sv2 opened this issue Aug 21, 2017 · 1 comment
Closed

Apdex score #10

sv2 opened this issue Aug 21, 2017 · 1 comment
Assignees

Comments

@sv2
Copy link
Collaborator

sv2 commented Aug 21, 2017

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.

@sv2 sv2 self-assigned this Aug 21, 2017
sv2 added a commit that referenced this issue Oct 31, 2017
… Score added to Requests by Method table, API Operation table - #10
@sv2
Copy link
Collaborator Author

sv2 commented Nov 8, 2017

Apdex score added to baseline statistics, and available in all, method, timeline and apiop.
On UI, Apdex Score is shown at:

  • Summary Dashboard
  • Requests Dashboard - Apdex Score Column
  • Rates & Durations Dashboard - Current / Overall Apdex Score, and Trend chart
  • API Calls Dashboard - Apdex Score Column
  • API Operation Details Dashboard

Option apdexThreshold allows to set target time, and tolerable time will be apdexThreshold * 4
apdexThreshold has default value 50ms

@sv2 sv2 closed this as completed in 1b94b4a Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant