Skip to content

Releases: grafana/xk6-output-prometheus-remote

v0.5.0

28 Oct 10:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

07 Jun 13:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

09 Oct 14:57
Compare
Choose a tag to compare

It fixes a bug of the parsing operation of the Beaer Token option in #155

Full Changelog: v0.3.0...v0.3.1

v0.3.0

25 Sep 14:51
Compare
Choose a tag to compare

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

04 Aug 09:21
Compare
Choose a tag to compare

What's Changed

  • Reverted Afero dependency update to keep it aligned with the k6 used version in #135

v0.2.2

31 Jul 15:34
0ca7b4c
Compare
Choose a tag to compare

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

15 May 09:26
Compare
Choose a tag to compare

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

23 Feb 15:07
142a325
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

19 Dec 17:22
Compare
Choose a tag to compare

What's Changed

  • [Bugfix] Not map tags with empty fields as labels in #92 thanks @afajl

Full Changelog: v0.0.9...v0.1.0

v0.0.9

19 Dec 10:57
Compare
Choose a tag to compare

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