Mihail Stoykov

Results 215 comments of Mihail Stoykov

Hi @iyuroch, thanks for reporting this. I am a bit confused though on what exactly you are using. > As part of summary k6 uses http url This isn't really...

I got it. This is the exactly same problem for doing `http.get(somethingThathasHighCardinality)` and consequently has the same solution - grouping the request with the same `name` tag. https://k6.io/docs/using-k6/http-requests/#url-grouping Looking at...

Hmm, sorry @iyuroch I got tripped by my memories of way earlier version of this library and the fact [`params`](https://k6.io/docs/javascript-api/k6-http/params/) across k6 usually allows you to set tags and headers...

[the current](https://github.com/grafana/k6/blob/5c14dae129a5eb6ed309c94a194370878b7b08e5/log/tokenizer.go#L87) implementation used in loki's config where the more "complex" parts are actually used.

Hi @damnhandy , this will likely get more traction once we once again start working on our crypto support. You can read [more about why we stopped doing](https://github.com/loadimpact/k6/issues/900#issuecomment-505748704) so and...

https://github.com/lesismal/nbio might also be a possibility.

The autobahn test was added by @codebien in https://github.com/grafana/xk6-websockets/pull/1 and can be run as explained in the README. It already helped with some fixes as shown in https://github.com/grafana/xk6-websockets/pull/3/files. I have...

It turns out that the `reports` folder under the `autobahn` do get populated with a really nice html report that can be looked at in a browser which has a...

@NivedithaUdatha are you confirming that the branch works? Because I already knew it works with that example ;). But the whole branch needs an upgrade and I kind of find...

Hi @joaovsc10, The branch at this point is way too old and needs to be redone. Also, as I mention in the original message, the API is not ... great....