Skip to content

v0.0.8

Compare
Choose a tag to compare
@codebien codebien released this 06 Dec 13:50
· 78 commits to main since this release

What's Changed

Renamed to xk6-prometheus-rw #79

The Output's registered name has been changed to prometheus-rw, it is consistent with the name that will be used for the experimental version builtin in k6.

./k6 run -o xk6-prometheus-rw script.js

Environment variables prefix

The environment variable prefix has been changed to K6_PROMETHEUS_RW_ to be consistent with the name of the Output.

Remote Write endpoint URL

The environment variable for setting the Remote Write URL has been renamed to K6_PROMETHEUS_RW_SERVER_URL for better clarity.

K6_PROMETHEUS_RW_SERVER_URL=http://localhost:9090/api/v1/write ./k6 run -o output-prometheus-remote script.js

Time series stale marker #73

The Output marks all the seen time series as stale before exiting, the time series will not be visible anymore as active for a longer time unexpectedly.

Full Changelog: v0.0.7...v0.0.8