Mihail Stoykov
Mihail Stoykov
> Hmm I'd definitely want to see more benchmarks and tests before we merge something like this We are definittely not just merging this. I would even expect that we...
@codebien there is a merge conflict
Also if we decide that we support them, no matter what `require` does now it probably will still need to do this same thing even when import/export is actually supported...
PoC extension can be found [here](https://github.com/grafana/xk6-websockets)
I have some questions(no particular order): > k6 is tagging HTTP requests with the URL. It will create a high cardinality issue I would expect this will be addressed first?...
I like the idea of being able to differentiate between the different reasons k6 has interrupted an iteration. I did want to see if we can just add it on...
Looking at the [new](https://docs.influxdata.com/influxdb/v2.0/api/#operation/PostWrite) and [old](https://docs.influxdata.com/influxdb/v2.0/reference/api/influxdb-1x/write/) it looks like there seems to be very little reason to upgrade, unless someone has multiple orgs ... We could also drop the dependency...
As a workaround for this I can recommend using telegraf with a config like: ``` # Configuration for telegraf agent [agent] ## Default data collection interval for all inputs interval...
Hi @arukiidou, I do think it's now *unlikely* that we will ever put the whole telegraf in k6. Since this was proposed we have [output extensions](https://k6.io/docs/extensions/guides/what-are-k6-extensions/) effectively letting people write...
As an additions: While I was thinking of the same thing, I released that at least in the cloud aggregation(and probably everywhere else), we bucket metrics by time. So for...