Skip to content

Building

Install xk6 and build a custom k6 binary:

go install go.k6.io/xk6/cmd/xk6@latest
xk6 build --with github.com/ymotongpoo/xk6-otel-gen

For local development, point xk6 at this checkout:

xk6 build --with github.com/ymotongpoo/xk6-otel-gen=.
./k6 version
Build modeCommand
Remote modulexk6 build --with github.com/ymotongpoo/xk6-otel-gen
Local checkoutxk6 build --with github.com/ymotongpoo/xk6-otel-gen=.