kruskall
kruskall
## Motivation/summary ensure self instrumentation traces have a span kind ## Checklist - [ ] Update [CHANGELOG.asciidoc](https://github.com/elastic/apm-server/blob/main/CHANGELOG.asciidoc) - [ ] Documentation has been updated For functional changes, consider: - Is...
## Motivation/summary we're using local loggers now and the observer output is unused and deprecated solve lint failure on elastic-agent-libs version bump ## Checklist - [ ] Update [CHANGELOG.asciidoc](https://github.com/elastic/apm-server/blob/main/CHANGELOG.asciidoc) -...
## Motivation/summary remove old constructor for the elasticsearch client and ensure trace providers are passed consistently to the constructor rename newclientparam to newclient ## Checklist - [ ] Update [CHANGELOG.asciidoc](https://github.com/elastic/apm-server/blob/main/CHANGELOG.asciidoc)...
**APM Server version** (`apm-server version`): **Description of the problem including expected versus actual behavior**: Recently apm-server CI has been failing more often, the cause seems to be a flaky test:...
remove the old NewClient method and keep the one accepting the ClientParam struct to avoid weird workarounds and breaking changes
**APM Server version** (`apm-server version`): 9.2 **Description of the problem including expected versus actual behavior**: kibana is showing some otel span from self-instrumentation as "unknown". Ensure all spans have a...
CI is consuming way too many minutes bring the total minutes down
**APM Server version** (`apm-server version`): **Description of the problem including expected versus actual behavior**: **Steps to reproduce**: Please include a *minimal* but *complete* recreation of the problem, including server configuration,...
## Proposed commit message some consumers of libbeat use only a very tiny amount of processors/providers so they have no need for the full list imported by libbeat. This is...
## Proposed commit message running deadcode on heartbeat uncovered quite a few issues See https://go.dev/blog/deadcode remove unused methods ## Checklist - [ ] My code follows the style guidelines of...