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
For few requests, the self time values are in negative. And total time is a very large number.
http.url : /challenges/buddy-board
-00000.02 -00% ░░░░░░░░░░ 28265427543.28 100% ██████████ Get Buddy Board -00000.39 -00% ░░░░░░░░░░ 28265427543.30 100% ██████████ └── void org.springframework.web.servlet.FrameworkServlet.service(HttpServletRequest,HttpServletResponse) -00000.26 -00% ░░░░░░░░░░ 28265427543.69 100% ██████████ └── ResponseEntity com.evive.challenges.controller.BuddyController.getBuddyBoard(User) -00028.38 -00% ░░░░░░░░░░ 28265427543.95 100% ██████████ └── UserAndBuddyDetails com.evive.challenges.service.BuddyStatusService.setBuddyStatusDetails(String,String) -00000.25 -00% ░░░░░░░░░░ 28265427572.33 100% ██████████ └── void com.evive.challenges.service.BuddyStatusService.insertActiveChallengesHistory(String,String,List) 28265427572.58 100% ██████████ 28265427572.58 100% ██████████ └── void com.evive.service.HistoryTask.insertAsync(List)
Actual duration from the same ES document. duration_cpu_ms 6.233 duration_ms 1,067.045
This does not make sense. Could you please look into it? Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For few requests, the self time values are in negative. And total time is a very large number.
http.url : /challenges/buddy-board
Selftime (ms) Total (ms) Method signature
-00000.02 -00% ░░░░░░░░░░ 28265427543.28 100% ██████████ Get Buddy Board
-00000.39 -00% ░░░░░░░░░░ 28265427543.30 100% ██████████ └── void org.springframework.web.servlet.FrameworkServlet.service(HttpServletRequest,HttpServletResponse)
-00000.26 -00% ░░░░░░░░░░ 28265427543.69 100% ██████████ └── ResponseEntity com.evive.challenges.controller.BuddyController.getBuddyBoard(User)
-00028.38 -00% ░░░░░░░░░░ 28265427543.95 100% ██████████ └── UserAndBuddyDetails com.evive.challenges.service.BuddyStatusService.setBuddyStatusDetails(String,String)
-00000.25 -00% ░░░░░░░░░░ 28265427572.33 100% ██████████ └── void com.evive.challenges.service.BuddyStatusService.insertActiveChallengesHistory(String,String,List)
28265427572.58 100% ██████████ 28265427572.58 100% ██████████ └── void com.evive.service.HistoryTask.insertAsync(List)
Actual duration from the same ES document.
duration_cpu_ms 6.233
duration_ms 1,067.045
This does not make sense. Could you please look into it?
Thanks
The text was updated successfully, but these errors were encountered: