simitt
simitt
The goal is to replace the ([current numbers](https://www.elastic.co/guide/en/apm/guide/current/processing-and-performance.html)) around processing and performance for APM Server. For different APM Server sizes (at least 1GB, 4GB, 8GB) define * throughput baseline for...
We want to transition smoke tests for supported operating systems from the currently used beats-tester setup to the new https://github.com/elastic/e2e-testing/ repository. While the engineering productivity team manages the general infrastructure...
The java agent attacher functionality has been reworked and improved to be started under the same user and with the Java installation that the application runs with (with https://github.com/elastic/apm-server/issues/8304). This...
Create a sizing guide covering following high level topics: * How to size APM Server and underlying ES on ESS/ECE * Expected throughput (baseline) per size (1GB, 4GB, 8GB) with...
Switch to `@timestamp` from `timestamp.us`: * drop writing to `timestamp.us` in favor of `@timestamp` * change @timestamp type to `date_nanos` with a default format of `epoch_millis` * add a runtime...
With the switch to the new ES output handling, the APM Server changes its behavior when being overloaded. Instead of returning `503 - Queue is full` errors, it starts responding...
Currently, the APM server receives dropped spans stats `transaction.dropped_spans_stats.*` for internal usage, but does not store this information with the transaction docs. This needs to be changed, so that dropped...
Follow up from the research task https://github.com/elastic/apm-server/issues/6549. Based on the outcome, create a POC for reproducable data generation using the go agent. More details to be filled in here soon.
There is no `nightly` docker image available at [python docker images](https://hub.docker.com/_/python/). Investigate if there are other docker repositories offering python nightly builds, and add to Jenkins test handling if available.
Similar to how global labels are part of the aggregation key for transaction metrics (https://github.com/elastic/apm-server/pull/8839), global labels should also be added to the newly introduced service metrics (https://github.com/elastic/apm-server/pull/8607/).