elastic / elastic/apm-agent-java
APM server 8.0+ returns 500 or 599 instead of 503
Open
agent-java
- Dominant language
- Java
- Stars
- 594
- Forks
- 338
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 25
Description
## Describe the bug
APM server 8.0+ returns 500 (timeout on connection - timeout is specified by the client) or 599 (not sure when this happens) instead of 503 (queue full). Doesn't look like it matters much to the agent, but we do have a custom error string for 503s in ApmServerConfigurationSource, so we may want to remove or add the other options
Contributor guide
Assessment
This issue has not been assessed yet.