Align integration & apm-server binary config for read timeout
Open
enhancement
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 543
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 109
Description
The integration defaults the read timeout to 3600s (which is ridiculously high?):
https://github.com/elastic/apm-server/blob/5f923f43e62bb172540cfe54f6a7fc0bc2d134d1/apmpackage/apm/manifest.yml#L108-L110
Meanwhile the apm-server binary default is 30s:
https://github.com/elastic/apm-server/blob/5f923f43e62bb172540cfe54f6a7fc0bc2d134d1/internal/beater/config/config.go#L138
We should review the default, and align these.
Contributor guide
Assessment
This issue has not been assessed yet.