k6 icon indicating copy to clipboard operation
k6 copied to clipboard

A modern load testing tool, using Go and JavaScript - https://k6.io

Results 473 k6 issues
Sort by recently updated
recently updated
newest added

## What? Remove `k6/experimental/tracing` ## Why? It is now a jslib ## Checklist - [ ] I have performed a self-review of my code. - [ ] I have added...

breaking change

## What? Removes StatsD output from k6 in favor of https://github.com/LeonAdato/xk6-output-statsd ## Why? An external extension exists https://github.com/LeonAdato/xk6-output-statsd. ## Checklist - [ ] I have performed a self-review of my...

breaking change
documentation-needed
dependencies
metrics-output

### Brief summary Log lines generated by uncaught errors, such as `throw new Error("foobar");`, do not have any identifiable attribute that allows to programatically check if the log line comes...

bug
triage

### Feature Description Currently metrics for checks are generated as `k6.check.expected_Expect_HttpStatus_to_equal_201.pass` It would be great if metrics include the group e.g. `k6.check.group_create_customer.expected_Expect_HttpStatus_to_equal_201.pass` Ideally should also support nested groups e.g. -...

feature
evaluation needed
triage
metrics-output
statsd

### Brief summary As reported several times on the forum ([1](https://community.k6.io/t/trend-metrics-on-datadog-percentile/3995), [2](https://community.k6.io/t/http-req-duration-wrong-datadog/440/), [3](https://community.k6.io/t/why-do-k6-http-req-duration-max-and-k6-http-req-duration-95percentile-have-the-same-value-in-datadog/5487/3)), the percentile values users can visualize in Datadog are often wrong when compared to the end-of-test summary...

bug
evaluation needed
triage
metrics-output
statsd

### Brief summary whenever I run K6 with Prometheus remote write enabled, I regularly get errors. ### k6 version 0.51.0 ### OS EKS ### Docker version and image (if applicable)...

bug
triage

## What? Drop k6/experimental/timers ## Why? We have stabilized the API and it is now available for k6/timers for some time. We would like to stop supporting the old import...

breaking change

### Feature Description I am using a custom `Trend` metric to record latency of non-HTTP commands. I am able to use JSs `Date.now()` to retrieve millisecond granularity time spans. However...

feature
js-compat
evaluation needed

### Brief summary in websockets protocol ``` //below code doesn't work and didn't send to the server socket.send(JSON.stringify(messageObject)); //But below is working socket.setInterval(function timeout() { socket.send(JSON.stringify(messageObject)); console.log('message sent'); }, 1000);...

bug
awaiting user

## What? fixed typo. ## Why? coresponding -> corresponding ## Checklist - [ ] I have performed a self-review of my code. - [ ] I have added tests for...