-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[APM] Internal Server Error returns when requesting trace sample of Elasticsearch dependency #195882
Comments
Pinging @elastic/apm-ui (Team:APM) |
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
Since ES client timeout has been increased, "Request timed out" error no longer reproduces. However, the described scenario doesn't work properly, in an environment with
In an environment with |
@ablnk would it be reasonable to expect that, regardless of search power, we may still get timeouts with more data? |
I believe we've ruled out changing SP to 35 and are defaulting to a # of 45. @cachedout can you please confirm? |
@chrisdistasio this is more for awareness what you may encounter in the case of using SP35, not a candidate for hot fix since we're defaulting to SP45. |
Description:
GET
/internal/apm/dependencies/charts/distribution?percentileThreshold=95&dependencyName=elasticsearch&spanName=<>
request fails with status code 500 and returns "search_phase_execution_exception Caused by: circuit_breaking_exception" when requesting trace sample of Elasticsearch dependency.The issue is only reproducible in a test LogsDB environment with search power set to 35.
Data in the search period:
Logs
Steps to reproduce:
Expected behavior:
Trace sample is loaded.
The text was updated successfully, but these errors were encountered: