From 557f3bb4ef507b62269c1b25fc50a8112d145e0c Mon Sep 17 00:00:00 2001 From: Paul Balogh Date: Mon, 20 Nov 2023 14:52:50 -0600 Subject: [PATCH] Delist deprecated extensions from current registry Signed-off-by: Paul Balogh --- docs/sources/v0.47.x/extensions/explore.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/docs/sources/v0.47.x/extensions/explore.md b/docs/sources/v0.47.x/extensions/explore.md index bfd7ad41b4..903e67eaa6 100644 --- a/docs/sources/v0.47.x/extensions/explore.md +++ b/docs/sources/v0.47.x/extensions/explore.md @@ -11,6 +11,7 @@ With over 50 available extensions, the k6 extension ecosystem has many options t Extensions are composable; you can combine any extensions, or mix and match different test cases. You can use [Go and xk6](https://grafana.com/docs/k6/latest/extensions/build-k6-binary-using-go/) or [Docker](https://grafana.com/docs/k6/latest/extensions/build-k6-binary-using-docker/) to build your custom k6 binary: {{< code >}} + ```go-and-xk6 xk6 build \ --with github.com/grafana/xk6-sql@v0.0.1 \ @@ -22,19 +23,14 @@ docker run --rm -u "$(id -u):$(id -g)" -v "${PWD}:/xk6" grafana/xk6 build \ --with github.com/grafana/xk6-sql@v0.0.1 \ --with github.com/grafana/xk6-output-prometheus-remote ``` -{{< /code >}} +{{< /code >}}
Use the table to explore the many extensions. Questions? Feel free to join the discussion about extensions in the [k6 Community Forum](https://community.grafana.com/c/grafana-k6/extensions/82). - - Don't see what you need? Learn how you can [create a custom extension](https://grafana.com/docs/k6//extensions/create/).