-
There are two main ways to add concurrency to the extension:
1) concurrency at the level of processing metrics pre-request
Details: `Output` receives batches of metrics that must be iterated ove…
-
In the [docs](https://k6.io/docs/results-output/real-time/csv/#csv-format) we have the output columns as below:
```
metric_name,timestamp,metric_value,check,error,error_code,group,method,name,prot…
-
**Edit**: More context added to the proposal
The [xk6-disruptor ](https://github.com/grafana/xk6-disruptor) extension provides functions that allow the injection of faults during the execution of t…
-
I want to model a scenario where I have a set of VUs issuing requests repeatedly over the _same_ websockets. It seems like this could be accomplished with something like:
```
var socket = null;
…
-
### Feature Description
influxv1 is already eol, will this still remain the core output module?
https://www.influxdata.com/blog/influxdb-oss-and-enterprise-roadmap-update-from-influxdays-emea/#h…
-
### Feature Description
I am trying to load test users from redis (that were created for load test by another k6 script) into a sharedarray bu getting the following error:
```
ERRO[0002] could…
-
I am building the image using xk6-output-influxdb, but when I run the TestRun, the following error logs are output in the Pod logs.
As a result, I cannot view the test results on Grafana.
Dockerfile
…
-
Please see https://github.com/grafana/k6/issues/2958
After some investigation, it seems like it won't be that difficult to get rid of the [`*logrus.Logger`](https://pkg.go.dev/github.com/sirupsen/l…
-
Some packages except that `i686` platform supports SSE2, some other except that it does not.
Could it be explicitly specified and enforced closure-wide?
There is already `hostPlatform.gcc.fpu` and…
-
We've noticed that this plugin sends metrics to Prometheus that are sampled every 50ms. This results in an absolutely monumental amount of data volume being ingested, which overloads our system. All o…