Skip to content

Releases: marcinbudny/eventstore_exporter

v0.15.4

05 Jun 19:20
fa3e2d4
Compare
Choose a tag to compare

Changelog

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

v0.15.3

08 May 20:28
Compare
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
Compare
Choose a tag to compare

Changelog

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

v0.15.1

19 Feb 15:18
Compare
Choose a tag to compare

Changelog

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

v0.15.0

28 Dec 16:43
Compare
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
Compare
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
Compare
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")

v0.13.1

26 Jun 13:09
88642f3
Compare
Choose a tag to compare

Changelog

  • FIX: Better handling of projection Faulted status (#28) (by @dev-rowbot )

v0.13.0

01 Jun 20:15
ed84d2b
Compare
Choose a tag to compare

Changelog

  • FEATURE: a more detailed projection status available via eventstore_projection_status (by @dev-rowbot )

v0.12.3

12 May 21:06
Compare
Choose a tag to compare

Changelog

  • FIX: fixed handling of errors from ESDB client
  • IMPROVEMENT: ESDB client now logs to logrus and respects verbosity