Edoardo Tenani
Edoardo Tenani
I'm able to reproduce this issue effectively. The behaviour seems to confirm what @edwinvandeven says. Laptop is a Dell XPS13 9380 (2019 edition). Laptop is connected to an USB-C Docking...
I did an investigation on this out of curiosity. Envs from Dotenv file are loaded by `read.Dotenv()` - [link](https://github.com/go-task/task/blob/28c5f4a6353a980ccb036eed2c6edd7b07b7117d/taskfile/read/dotenv.go#L14) `read.Dotenv()` is used by `task.Executor.readDotEnvFiles()` - [link](https://github.com/go-task/task/blob/28c5f4a6353a980ccb036eed2c6edd7b07b7117d/setup.go#L203) `task.Executor.readDotEnvFiles()` is used in...
Should we consider including them in https://www.elastic.co/guide/en/observability/current/apm-tune-data-ingestion.html?
I think PR https://github.com/v1v/apm-server/pull/76 is not needed as it targets a release branch and we don't need that with the new 9.x release notes. > I had to do some...
I rebased on latest `main` and added some minor fix. The automation is working as expected for `main` and releasing 9.x versions. To see an example PR you can look...
In 8.x the automation is only partially working. But we will also have only 1 additional 8.x minor release, `8.19.0`. As patch release automation never included the changelog, additional work...
If you want to see the automation being run, you can look at my fork [`main`](https://github.com/endorama/apm-server/commit/f680ae302d2fd2883c3555196f5fcc2521ba2025) and [`9.401`](https://github.com/endorama/apm-server/commit/f320b449f39ead9073fdb6c8926629dff90a8ad7) HEAD commits. The PR that lead to it where: - https://github.com/endorama/apm-server/pull/33 -...
Do we know why duration is not set or in which cases we expect it not to be set? Setting it to `0` make sense (no duration = 0 duration),...
@ericywl what's your idea of the scope of this task? What are the sources that could lead to false positives?
Testing the updated automation without triggering a release is problematic. Going forward we will have 2 automations: - one in `main` for 9.x releases - one in `8.x` for 8.x...