apm-server
apm-server copied to clipboard
APM Server
## Motivation/summary The current version of README in `testing/benchmark` is repetitive and can be confusing. This PR is an attempt to try and resolve some of these redundancies by: -...
Errors observed in the wild: message "tail sampler aborted" with error.message "Value log GC request rejected". Due to #14337 , it is possible to have 2 TBS GC goroutine running...
TestNewInstrumentation fails occasionally on CI for Windows. ``` === RUN TestNewInstrumentation 2024/10/09 11:19:32 http: TLS handshake error from 127.0.0.1:65081: read tcp 127.0.0.1:65079->127.0.0.1:65081: use of closed network connection testing.go:1232: TempDir RemoveAll...
Follow up on [#13475](https://github.com/elastic/apm-server/issues/13475) Not all metrics have been included in the previous fixes. TODO: - [ ] document beat.stats.apm_server.sampling.tail.storage.lsm_size - [ ] document beat.stats.apm_server.sampling.tail.storage.value_log_size - [ ] review which...
APM Server is handy tool, widely used in our team, but so far we've realized it lacks validation between APM integration installed in Fleet and APM agents which sends data...
# Description With the introduction of PGO in https://github.com/elastic/apm-server/pull/13884, we are relying on multistep process to collect, preserve and update CPU profile via automated pull requests raised by the benchmarks...
# Motivation Enable self instrumentation in APM Server. # Description With the missing trace sampling added to self instrumentation configuration in [PR](https://github.com/elastic/elastic-agent/pull/5492) it should be possible now to revert the...
We've made changes to the way index management has been done over several releases, and it's become difficult to track due to the changes being spread across repositories (apm-server, integrations,...
Creating API Keys for APM data ingestion is fully supported via Kibana by now. Remove the functionality to [create API Keys via APM Server CLI](https://www.elastic.co/guide/en/observability/current/apm-command-line-options.html). This functionality was actually never...
In `7.15` several RUM related configuration options have been deprecated. Since they were deprecated throughout the whole `8.x` lifecycle, they should be removed in `9.0`. All of the removed config...