Skip to content

grafana/xk6-output-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

xk6-output-template

Is template for k6 output extensions

You should make a repo from this template and go through the code and replace everywhere where it says template in order to use it. There are more instructions and comments inline.

⚠️ the API of k6 outputs will likely change in the future, so repos using it (like this repo) are not guaranteed to be working with any future version of k6.

Build

To build a k6 binary with this extension, first ensure you have the prerequisites:

  1. Build with xk6:
xk6 build --with github.com/grafana/xk6-output-template

This will result in a k6 binary in the current directory.

  1. Run with the just build `k6:
./k6 run -o xk6-template <script.js>

About

No description or website provided.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published