-
Keptn K6 Integration
- [x] #1
- [x] #3
- [x] #4
- [x] Setup GitHub Automation
- [x] #7
- [x] #12
- [x] #13
- [x] #14
- [x] Run K6 files with Simple K6 binary
- [x] Extend to K6 extens…
-
`k6` [switched](https://github.com/grafana/k6/blob/master/release%20notes/v0.52.0.md#switch-goja-to-our-own-fork-named-sobek-3775) from `goja` to their own fork in version `v0.52.0`.
This breaks th…
-
I think we should deprecate JS extensions (i.e. extensions to the JS API written in Go :sweat_smile:) that don't implement the JS `Module` interface: https://github.com/grafana/k6/blob/1993ac1b6d47d35…
-
It could be useful to remove the tightly coupled dependency that the gRPC module has from `protojson`.
https://github.com/grafana/k6/blob/57e994242f10122bccfbda229c4b29499a42457b/js/modules/k6/grpc/c…
-
So far we have used a single index to store k6 metrics. However, datastreams are preferable for a couple of reasons, one of them being able define a retention period via an ILM policy. We should there…
-
Hello! My project is on typescript. I moved [index.d.ts](https://github.com/mostafa/xk6-kafka/blob/main/api-docs/index.d.ts) to my project.
When importing SCHEMA_TYPES I get the error `TypeError: …
-
We've seen a couple of times recently in the forums "old" extensions that are a bit old, which work if built on their own, but hitting breaking issues when built alongside more recent extensions.
-…
-
# Versions
- [x] k6 v0.36.0 ((devel), go1.17.7, linux/amd64)
- [x] Dockerized mariadb@10.3
# What
On table of 926 rows named `filled_table`;
## SELECT *
```js
export default function () {…
-
Whenever a k6 test is executed in Grafana Cloud using `k6 cloud run` or if Grafana Cloud is set as an output with `k6 cloud run --local-execution`, a test run ID is generated for that execution. This …
-
### Feature Description
Certain extensions (primarily output extensions) provide services available via the HTTP protocol (REST API, HTML pages, etc.). These extensions start their own HTTP server on…