Carson Ip
Carson Ip
If an env var is used in apm-server.yml, and that the env var contains certain special characters, it may cause an error during parsing, e.g. `Error: error unpacking output.elasticsearch for...
Nightly benchmarks occasionally report 0 events/s. Investigate the root cause of it.
As apm-server handles both http and grpc traffic at the same port using https://github.com/elastic/gmux , it may present a compatibility issue with L7 load balancers which handle http and grpc...
Follow up items from #13475 - Determine a long term strategy to maintain apm server monitoring metrics mapping in various places as stated in #13475 - #13638 was created to...
## Motivation/summary Add a script that modifies various files in-place to contain mappings generated from apm-server stats read from stdin. Setup: ``` python3 -m venv .venv . .venv/bin/activate pip install...
Looking at `apm-server:5066/stats`, agentcfg is an outlier that it contains metrics that have dots in the name, unlike other metrics that are all nested. ``` "agentcfg": { "elasticsearch": { "cache.entries.count":...
There used to be monitoring metrics e.g. `apm-server.sourcemap.decoding.*` and `apm-server.sourcemap.validation.* ` but they are no longer available since https://github.com/elastic/apm-server/pull/6447 . There is limited visibility into how well sourcemap fetcher is...
Cloud docs https://www.elastic.co/guide/en/cloud/current/ec-manage-apm-settings.html may be outdated. Fix the docs and find a long term docs maintenance strategy for docs that are outside observability.
Tail based sampling TTL `sampling.tail.ttl` config is only configurable via apm-server.yml, and is not available to fleet-managed apm-server. TTL is a useful knob to adjust TBS storage usage if storage...
#### Description Enable gzip compression by default, at hardcoded level BestSpeed. To disable compression, set `compression` to `none`. #### Link to tracking issue #### Testing #### Documentation