Edoardo Tenani
Edoardo Tenani
## Motivation/summary Update test plan to reflect recent changes. ## Checklist - [N/A] Update [CHANGELOG.asciidoc](https://github.com/elastic/apm-server/blob/main/CHANGELOG.asciidoc) - [N/A] Documentation has been updated For functional changes, consider: - Is it observable through...
I'm using `go-git` through a project and faced this error: `[...]: author field is required`. In my Git configuration I do not specify the `user.email` field; here is the excerpt:...
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...
Add 8.14.2 release notes.
Update RELEASE docs with improvements for the "release day" section.
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...
## Problem With #11529 we are moving away from using the integration as our main contributor to setup apm-server ingestion. Once that is completed and released our installation documentation will...
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...
### Description Terraform `v1.10.0` is affected by this bug https://github.com/hashicorp/terraform/issues/36106 Solved in `v1.10.1` ([PR](https://github.com/hashicorp/terraform/pull/36121) | [release](https://github.com/hashicorp/terraform/releases/tag/v1.10.1)) I expect this issue to be present in all runner images containing Terraform `v1.10.0`,...
## Motivation/summary We recently changed how we manage the changelog. Our release automation needs to be updated. **For 9.0 release** these changes are not necessary, as the release notes have...