apm-server
apm-server copied to clipboard
APM Server
When we will [migrate](https://github.com/elastic/apm-server/issues/11529) from `apm` integration package to `apm-data` ES plugin we will need to trigger a removal of index templates created by the integration, which by default are...
We use some heuristic to adjust the max buffer size, max decoder size and max requests. https://github.com/elastic/apm-server/blob/6309df6a5bb7c654e54852b94731a7574a752c7c/internal/beater/beater.go#L543-L552 https://github.com/elastic/apm-server/blob/6309df6a5bb7c654e54852b94731a7574a752c7c/internal/beater/beater.go#L769-L799 This formulas are really old and we had a lot of improvements...
## Motivation/summary The only safe status code to retry is 429 because it guarantee that the document has not been indexed. Everything else might create duplicate documents ## Checklist -...
Add 8.14.2 release notes.
Update RELEASE docs with improvements for the "release day" section.
WIP ## Motivation/summary closes #11381 depending on https://github.com/elastic/beats/pull/40030 ## Checklist - [ ] Update [CHANGELOG.asciidoc](https://github.com/elastic/apm-server/blob/main/CHANGELOG.asciidoc) - [ ] Documentation has been updated For functional changes, consider: - Is it observable...
Discovered by #13244 EA integration (see [code](https://github.com/elastic/integrations/tree/main/packages/elastic_agent/data_stream/apm_server_metrics)) is 1. using TSDS for apm-server metrics, i.e. synthetic source is used 2. apm-server metrics only contains a limited subset of metrics exposed...
We should make sure that go-docappender metrics are produced when monitoring is enabled. flush latency and similar metrics are important to debug issues
We recently removed `fleetctl` in https://github.com/elastic/apm-server/pull/13440 as it's no longer used in test, and was part of `systemtest`. But there is still use for it as a standalone tool to...