Releases: marcinbudny/eventstore_exporter
Releases · marcinbudny/eventstore_exporter
v0.15.4
Changelog
- FIX: change the default exporter scrape timeout (#41) (thank you @henri9813)
v0.15.3
Changelog
- OTHER: bumped go version to 1.22.3
- OTHER: bumped dependency versions
v0.15.2
Changelog
OTHER: bumped go version to 1.21
OTHER: bumped dependency versions
v0.15.1
Changelog
- OTHER: bumped go version to 1.20
- OTHER: bumped dependency versions
v0.15.0
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
Changelog
- OTHER: added macOS x86_64 and arm64 binaries to the releases
- OTHER: added Linux arm64 platform to the docker image
v0.14.0
Changelog
- BREAKING: Timeout configuration changed it's meaning to "timeout for whole scrape operation" (previously - "timeout for single ES call")
v0.13.1
Changelog
- FIX: Better handling of projection Faulted status (#28) (by @dev-rowbot )
v0.13.0
Changelog
- FEATURE: a more detailed projection status available via
eventstore_projection_status
(by @dev-rowbot )
v0.12.3
Changelog
- FIX: fixed handling of errors from ESDB client
- IMPROVEMENT: ESDB client now logs to logrus and respects verbosity