Skip to content

Releases: marcinbudny/eventstore_exporter

v0.17.1

21 Mar 20:35
203df70

Choose a tag to compare

Changelog

  • FIX: 203df70 Bump google.golang.org/grpc from 1.71.0 to 1.79.3 (#51)

v0.17.0

15 Dec 21:48
2a9d303

Choose a tag to compare

Changelog

  • FEAT: 2a9d303 Add system average load and memory metrics (#50)
  • OTHER: 4c212d3 Update test env with KurrentDB version 25.1. (#49)

v0.16.0

30 Mar 15:07
f204916

Choose a tag to compare

Changelog

  • FEAT: Add support for KurrentDB 25.0. This is mostly about test environment and documentation, no functional changes.
  • OTHER: Bump various dependencies.
  • OTHER: Remove official support for 22.10 LTS.

v0.15.4

05 Jun 19:20
fa3e2d4

Choose a tag to compare

Changelog

  • FIX: change the default exporter scrape timeout (#41) (thank you @henri9813)

v0.15.3

08 May 20:28

Choose a tag to compare

Changelog

  • OTHER: bumped go version to 1.22.3
  • OTHER: bumped dependency versions

v0.15.2

21 Oct 11:22

Choose a tag to compare

Changelog

OTHER: bumped go version to 1.21
OTHER: bumped dependency versions

v0.15.1

19 Feb 15:18

Choose a tag to compare

Changelog

  • OTHER: bumped go version to 1.20
  • OTHER: bumped dependency versions

v0.15.0

28 Dec 16:43

Choose a tag to compare

Changelog

  • FEATURE: metrics for TCP connections - node to node connections in cluster, client tcp connections (excluding gRPC). Opt-in with ENABLE_TCP_CONNECTION_STATS

v0.14.1

29 Nov 16:16

Choose a tag to compare

Changelog

  • OTHER: added macOS x86_64 and arm64 binaries to the releases
  • OTHER: added Linux arm64 platform to the docker image

v0.14.0

27 Nov 16:20

Choose a tag to compare

Changelog

  • BREAKING: Timeout configuration changed it's meaning to "timeout for whole scrape operation" (previously - "timeout for single ES call")