Ivan
Ivan
>k6 version feels more appropriate for us and should still be the default though. Based on the quote, same for me, one more flag without a concrete end goal doesn't...
Few updates for this issue: * #2172 is going to be merged in the next few days that will introduce the ability to set a custom tag from the JS...
We have merged #2172, so from the next upcoming release, a code like the following example could be used for tagging the running stage. ```js import exec from 'k6/execution'; import...
In the future, we might still consider to implement the #796 original proposal as a final step, where it would add the `tags` object as a field of the `stages`...
**k6 v0.38.0** is released! :tada: It contains the previously announced functions. We added the `tagWithCurrentStageIndex` and `tagWithCurrentStageProfile` functions to the latest [v1.3.0](https://jslib.k6.io/) release of [k6-jslib-utils](https://github.com/grafana/k6-jslib-utils). The documentation and examples are...
I mostly collected a list of use cases to better understand the demand for the various points of the feature. I also tried to apply a basic proposal that I...
>of a SharedObject-like Does it mean a k6's wrapped object that supports safe concurrency? >as the first iteration I think we can simply implement the [json.Marshaler interface](https://pkg.go.dev/encoding/json#Marshaler) by the current...
Hi @SamPosh, is it the summary callback a requirement? You could already do it using an [Output](https://k6.io/docs/getting-started/results-output/#external-outputs) with the additional [iter](https://k6.io/docs/using-k6/tags-and-groups/#tags) tag enabled then get filtered and/or aggregated metrics by...
@na-- @mstoykov @oleiade I pushed a new iteration with a basic Atlas integration. Please, take a look and let me know your opinions. I expect several points of discussion so...
Updates: * Restored `lib.State.Tags` and renamed `metrics.TagMap` to `metrics.TagSet` * `metrics.TagSet` is now always lock free * `lib.RunTags` from SampleTags to `map[string]string` * Root set in PreInitState * Resolved RunTags...