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

### 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/#heading2 ### Suggested Solution (optional) Demote this to xk6-output-influxdbv1 ### Already existing or connected issues...

question
awaiting user
triage

### Feature Description It is possible to bind an HTTP server to a UNIX Socket rather than to a TCP socket. This provides better performance, better security (nothing is exposed...

feature
evaluation needed
new-http

### Feature Description The current [.deb and .rpm packages](https://k6.io/docs/getting-started/installation/#linux) don't have a [man page](https://en.wikipedia.org/wiki/Man_page). This is a problem for *nix users that are used to these, especially for CLI tooks...

help wanted
docs
ux
ci

### Feature Description When using the Prometheus Remote Write functionality it is not currently possible to limit what labels are included in the series sent to prometheus. Currently we have...

feature

This is a continuation of some of the things mentioned in https://github.com/grafana/k6/issues/1320 that relate to information about the current VU, but which were not implemented in the original `k6/execution` API...

enhancement
evaluation needed
triage

## What? It introduces a new cloud subcommand: `k6 cloud upload` to replace the old `k6 cloud --upload-only`. It also marks the old flag as deprecated, so it is no...

cloud

### What? Basically the TODO here: https://github.com/grafana/k6/blob/55eb8bca07286ccf4f14e417e07de491f5912acc/metrics/metric.go#L11-L26 The current metric has a bunch of fields used by the ingester, summary and engine to: 1. aggregate metric samples for the summary...

refactor
breaking change

## What? Adds a new gRPC stream option `discardResponseMessage`. See #3820. ## Why? Parsing heavy responses can result in high CPU and memory usage. ## Checklist - [x] I have...

## What? This PR adds support for a new `--local-execution` flag to the k6 cloud run command. Using it, users can run their test script or archive on their local...