-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Add apdex score in uri statistics summary page #9712
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
Milestone
Comments
ga-ram
added a commit
to ga-ram/pinpoint
that referenced
this issue
Feb 20, 2023
ga-ram
added a commit
to ga-ram/pinpoint
that referenced
this issue
Feb 20, 2023
ga-ram
added a commit
to ga-ram/pinpoint
that referenced
this issue
Feb 22, 2023
ga-ram
added a commit
that referenced
this issue
Feb 24, 2023
ga-ram
added a commit
to ga-ram/pinpoint
that referenced
this issue
Feb 24, 2023
ga-ram
added a commit
that referenced
this issue
Feb 24, 2023
ga-ram
added a commit
to ga-ram/pinpoint
that referenced
this issue
Mar 17, 2023
ga-ram
added a commit
that referenced
this issue
Mar 17, 2023
minwoo-jung
pushed a commit
to minwoo-jung/pinpoint
that referenced
this issue
Mar 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current uri statistics summary page shows total count, failure count, avg time, max time for each uri.
It would be useful to show apdex score for each uri to instantly get an insight of which uri is reponding badly.
Apdex is already shown above the response time scatter chart for entire responses of each application.
In uri statistics page, this apdex score will be broken down into each uri level to see which uri responses dragged down the entire apdex score for that application.
The text was updated successfully, but these errors were encountered: