Mihail Stoykov
Mihail Stoykov
Ready to merge
Hi @shodzi, thank you for the issue. Given the information I can't do more than guess at stuff. I would recommend that irregardless you contact GCK6 support as they will...
I do agree that it is better that we fix the issues that are leading to this. Looking at the issue I would recommend that we flush [on receiving](https://github.com/grafana/k6/blob/95ff2ccc81795ca0e104b260f0fe213db12e73bf/internal/cmd/run.go#L408-L416) `SIGTERM`...
It seeems like there is an agreement over at least having *some* timer to flush the buffer in the file logger hook. So lets try to work on that I...
> A comment on why we can't reuse the already available OpenTelmetry dependency. Of course, we need to abstract it, but isn't possible to have the implementation mostly based on...
Seems like there is agreement on the general idea, so let's try to make this change happen with as little future regrets as possible. Currently I identify 3 API questions...
Threading usage through k6 turned out to not be so easy ... due to tests. I am not certain I like the particular way it ended up being, but arguably...
Given that the lack of this lines was how we diagnosed some recent problems. Or at least noticed that we stopped gettign them, I am not really certain removing them...
It meant that due to the error being timeout and this is being retries + the timeout on our side being 1 minute, it pracitcally never logged the errors as...
Moved to draft as apparently this works on arm, but not on x86 >.>