-
Hi.
I tried to counters "on the fly" :
```
let itfCounters = {}
function increaseCounter(cnt){
if (!itfCounters.hasOwnProperty(cnt)){
console.log("Create counter " +…
-
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…
-
for http requests we can add [paramaters ](https://k6.io/docs/javascript-api/k6-http/params) to our requests.
A parameter that we use often are tags to aid creating threshold for various items
`…
-
GitHub repositories of k6 extensions are usually marked with the `xk6` topic. For the sake of uniformity (and for the sake of some internal tools, because they are checked), please add this `xk6` topi…
-
### Description
I am using [nginx](unit:1.32.1-php8.2) in docker with kafka. I have the following setup.
DockerFile
```
FROM unit:1.32.1-php8.2
ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \
…
-
When I try to build the xk6 using the following command
`xk6 build --with github.com/grafana/xk6-redis --with github.com/grafana/xk6-output-template`
I get the following error:
```
go: k6 imp…
-
## Feature Description
In #1332 we experimented with a `--ui-mode` option to change how the progress bars were rendered, but after some discussion we agreed that it was best leaving that option…
-
### Feature Description
During the `grafana/xk6-output-prometheus-remote`'s [PR review discussions](https://github.com/grafana/xk6-output-prometheus-remote/pull/55/files#r1017897165), we found that e…
-
Hi, I'm not very good with coding nor anything and have tried many things but it doesn't allow me to install anything at all. Please help me as I have to travel a lot in two days :(. Here's the error:…
-
Per the documentation, I am trying to restore files by ID, using the TrashBin API. The format I am using:
```
curl "http://owncloud.server/remote.php/dav/trash-bin/user1/1234567/" \
-H 'Overwri…