Ivan
Ivan
I added also my opinion regarding With/Without naming here https://github.com/grafana/k6/pull/2594#discussion_r947724265
@olegbespalov I added your suggestions
At this point, I consider squashing to merge so I just merged the current master branch here to avoid any possibility to break in some way this branch rebasing.
As a reminder, otherwise, the `xk6-websockets` extension will be broken: - from now rebasing is denied for this PR - for merging this PR use the classic Merge feature for...
It's relevant to mention that we are not going probably to implement the entire refactoring in a single iteration. The first expected work should be: * Add the `TimeSeries` struct...
>I would expect this will be addressed first? We have parallel discussions and I expect we will have parallel implementations. We can set it as an acceptance criteria for merging...
The design evolved in a better direction, the summary of the current design can be found at https://github.com/grafana/k6/pull/2594#issuecomment-1205273413 and https://github.com/grafana/k6/pull/2594#issuecomment-1205359198. The issue's description has been updated also.
The main part has been implemented and it is now available in master. I keep this issue open until I haven't split the remaining parts from this issue into smaller...
I opened https://github.com/grafana/k6/issues/2735 which is the missing part from this issue. HDR histogram and metric's structs refactor have already well-known open issues.
>Using the extension provided by @li-zhixin fixed my issues with k6 disconnecting from telegraf influx listener when the number of vus increases. Hi @BrynCooke, can you add more details about...