k6-docs
k6-docs copied to clipboard
The k6 documentation website.
if i pass command like this, i get error **ERR invalid cursor** ``` const result3 = await redisClient.sendCommand('scan','0 MATCH 17*'); ``` if i send only cursor ``` const result3 =...
Hi, just a small update. In `k6-docs/src/data/markdown/translated-guides/en/02 Using k6/12 Execution context variables.md`, Line `47` and `49` are the same.
## What? ## Checklist - [x] I have used a meaningful title for the PR. - [ ] I have described the changes I've made in the "What?" section above....
Added AMQP protocol extension ## What? Created a plugin for amqp protocol. Added to docs. ## Checklist - [x] I have used a meaningful title for the PR. - [x]...
A k6 user recently reported to us that they experienced a `permission denied` error when running `k6 new` with Docker: https://github.com/grafana/k6/issues/3643 The solution that was offered by the team was...
Add the libraries that are listed on [jslib.k6.io](https://jslib.k6.io/) to the jslib docs page: https://grafana.com/docs/k6/latest/javascript-api/jslib/ The goal is not to add a full set of docs for each library, but to...
Prometheus remote write has the `K6_PROMETHEUS_RW_PUSH_INTERVAL ` variable, which sets the push time interval based on a string value. The example in the docs says the default value is `5s`,...
- [ ] Mention how live reload works, and how it doesn't work with `latest` but works if you're on the version pages - [ ] Add mention about how...
## Feature Description It would be great to add support for [VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics/) as metrics storage backends for k6. VictoriaMetrics supports data ingestion via Influx line protocol (see [these docs](https://docs.victoriametrics.com/#how-to-send-data-from-influxdb-compatible-agents-such-as-telegraf)). It...
Related to this discussion: https://github.com/grafana/k6-docs/pull/1489#discussion_r1481442151