Releases: grafana/xk6-output-prometheus-remote
Releases · grafana/xk6-output-prometheus-remote
v0.5.0
What's Changed
- Histograms dashboard display avg VUs instead of sum by @brunocascio in #168
- feat: support sigv4 signing by @obanby in #169
- Omit parseEnvs linter issue by @olegbespalov in #171
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Update k6 to v0.47.0 by @codebien in #157
- Fix 32-bit build by @mem in #158
- Fix Peak RPS calculation, shared tooltip and fix VU display in the Performance Overview by @Sea-you in #165
- Minor linter fixes by @olegbespalov in #166
- Change to using sobek instead of goja by @mstoykov in #167
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0
What's Changed
- Bump
k6
version to the latest master version #144 - New format for custom HTTP header options provided by environment variables #147
- Support Bearer Token for client authentication #145
- The remote protocol uses now the
klauspost/compress/snappy
library as the implementation for Snappy compression #146 - Support TLS certificates for client authentication #143, thanks @raoel for the contribution!
Full Changelog: v0.2.3...v0.3.0
v0.2.3
v0.2.2
What's Changed
- Bumped docker-compose services' versions in #128
- Updated the k6 dependency to the latest master version in #133
- Pinned the builder stage to alpine 3.18, thanks @arukiidou in #126
- Migrate to Buf remote packages thanks @pkwarren in #134 and #130
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- k6 dependency updated
- Fixed the Prometheus variable for the Grafana dashboard's data source in #114, thanks @7olstoy!
- Grafana dashboard improvements in #115, thanks @jwcastillo!
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- dashboard: add code status rate and apdex, improvement checks, update… by @jwcastillo in #98
- Link the official doc by @codebien in #99
- dashboard: Various improvements by @jwcastillo in #102
Full Changelog: v0.1.0...v0.2.0
v0.1.0
v0.0.9
What's Changed
Stale marker option in #86
[Breaking change] The stale marker process now has an option staleMarkers
and it is set to false by default. In the case of Prometheus, the time series added will be seen as active for the next 5 minutes after the last sample, when they will be automatically marked as stale. If the option is true, the time series will be marked as stale as soon as the test is completed.
K6_PROMETHEUS_RW_STALE_MARKERS
is the environment variable to set the option.
Do not skip the TLS validation in #87
[Bugfix] By default, the TLS client validation is not skipped anymore.
Full Changelog: v0.0.8...v0.0.9