diff --git a/README.md b/README.md index 7fa9a0d..a5b1f79 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,48 @@ AnyCable, k6, WebSockets, and Yabeda](https://evilmartians.com/chronicles/real-t - [k6 Extensions](https://grafana.com/docs/k6/latest/extensions/) - [GitHub Topic: xk6](https://github.com/topics/xk6) - Explore k6 extensions tagged with the xk6 label. +- [Extension Registry](https://grafana.com/docs/k6/latest/extensions/explanations/extensions-registry/) - Curated listing of k6 extensions. + +### Official + +- [xk6-client-tracing](https://github.com/grafana/xk6-client-tracing) - Client for load testing distributed tracing backends. +- [xk6-disruptor](https://github.com/grafana/xk6-disruptor) - Inject faults to test 💣. +- [xk6-exec](https://github.com/grafana/xk6-exec) - Run external commands. +- [xk6-kubernetes](https://github.com/grafana/xk6-kubernetes) - Interact with Kubernetes clusters. +- [xk6-loki](https://github.com/grafana/xk6-loki) - Client for load testing Loki. +- [xk6-notification](https://github.com/grafana/xk6-notification) - Create notifications. +- [xk6-output-influxdb](https://github.com/grafana/xk6-output-influxdb) - Export results to InfluxDB v2. +- [xk6-output-kafka](https://github.com/grafana/xk6-output-kafka) - Export k6 results in real-time to Kafka. +- [xk6-output-timescaledb](https://github.com/grafana/xk6-output-timescaledb) - Export k6 results to TimescaleDB. +- [xk6-client-prometheus-remote](https://github.com/grafana/xk6-client-prometheus-remote) - Test Prometheus Remote Write performance. +- [xk6-sql](https://github.com/grafana/xk6-sql) - Load-test SQL Servers (PostgreSQL, MySQL and SQLite3 for now). +- [xk6-ssh](https://github.com/grafana/xk6-ssh) - SSH. + +### Community + +- [xk6-cable](https://github.com/anycable/xk6-cable) - Test Action Cable and AnyCable functionality. +- [xk6-coap](https://github.com/golioth/xk6-coap) - Interact with Constrained Application Protocol endpoints. +- [xk6-dotenv](https://github.com/szkiba/xk6-dotenv) - Load env vars from a .env file. +- [xk6-ethereum](https://github.com/distribworks/xk6-ethereum) - K6 extension for ethereum protocols. +- [xk6-faker](https://github.com/szkiba/xk6-faker) - Generate random fake data. +- [xk6-file](https://github.com/avitalique/xk6-file) - Write files. +- [xk6-g0](https://github.com/szkiba/xk6-g0) - Write k6 tests in golang. +- [xk6-kafka](https://github.com/mostafa/xk6-kafka) - Load-test Apache Kafka. Includes support for Avro messages. +- [xk6-kv](https://github.com/oleiade/xk6-kv) - Share key-value data between VUs. +- [xk6-mock](https://github.com/szkiba/xk6-mock) - Mock HTTP(S) servers. +- [xk6-mqtt](https://github.com/pmalhaire/xk6-mqtt) - MQTT extension. +- [xk6-nats](https://github.com/ydarias/xk6-nats) - Provides NATS support for k6 tests. +- [xk6-opentelemetry](https://github.com/thmshmm/xk6-opentelemetry) - Generate OpenTelemetry signals from within your test scripts. +- [xk6-output-elasticsearch](https://github.com/elastic/xk6-output-elasticsearch) - Export results to Elasticsearch 8.x. +- [xk6-output-prometheus-pushgateway](https://github.com/martymarron/xk6-output-prometheus-pushgateway) - Export results to Prometheus pushgateway. +- [xk6-output-statsd](https://github.com/LeonAdato/xk6-output-statsd) - Enables real-time output of test metrics to a StatsD service. +- [xk6-output-timestream](https://github.com/leonyork/xk6-output-timestream) - Export results to AWS Timestream. +- [xk6-playwright](https://github.com/nicholasvuono/xk6-playwright) - Browser automation and end-to-end web testing using Playwright. +- [xk6-prometheus](https://github.com/szkiba/xk6-prometheus) - Prometheus HTTP exporter for k6. +- [xk6-prompt](https://github.com/Juandavi1/xk6-prompt) - Support for input arguments via UI. +- [xk6-sse](https://github.com/phymbert/xk6-sse) - A k6 extension for Server-Sent Events (SSE). +- [xk6-tcp](https://github.com/NAlexandrov/xk6-tcp) - Send data to TCP port. +- [xk6-top](https://github.com/szkiba/xk6-top) - Updating the current k6 metrics summaries on the terminal during the test run. ## Related