Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Releases: instaclustr/cassandra-exporter

v0.9.15-SNAPSHOT

v0.9.15-SNAPSHOT Pre-release
Pre-release

Choose a tag to compare

@smiklosovic smiklosovic released this 11 Jul 10:54
ac2ad3a

t-501406

v0.9.14

Choose a tag to compare

@smiklosovic smiklosovic released this 27 Jun 11:27
addcc38
  • recompiled with Apache Cassandra 4.1.4 which solves #118

v0.9.13

Choose a tag to compare

@smiklosovic smiklosovic released this 27 Jun 11:25
d48304e
  • fix IndexMetadata retrieval in agent

v0.9.12

Choose a tag to compare

@johndelcastillo johndelcastillo released this 17 Feb 02:55
d0d2ce5

New Features

#108 Cassandra 4.0 support

  • This change is not backwards compatible, support for older versions of Cassandra is via previous releases, see the Readme.txt for more details
  • Also added an integration test harness, currently only suitable for manual verification.

What's Changed

Full Changelog: v0.9.10...v0.9.12

v0.9.10

Choose a tag to compare

@zegelin zegelin released this 25 Jan 01:22

Bug Fixes

  • #49 Various timers & latency metrics were in milliseconds rather than seconds.
  • #47 Labels.finalize() could throw a NullPointerException
  • #43 Fixes the registration of client_request metrics that were throwing NullPointerExceptions
  • #26 The chunk buffer is now released if an exception is thrown while writing metrics.

New Features

  • #54 Adds support for exporting keyspace- and node-level aggregate metrics. By default, only histograms are exported (can be changed via the --keyspace-metrics and --node-metrics CLI options)

v0.9.9

Choose a tag to compare

@zegelin zegelin released this 03 Dec 23:32

Various bug fixes and code cleanup.

  • Fixes issue where various latency metrics were scaled incorrectly when the exporter was running as an agent/in-process.
  • Fixes issue where client_request_latency metric families were including aggregate totals per operation (those missing the consistency label). These are now ignored.
  • Fixes quoted argument parsing code for agent.
  • Improves the caching implementation of MetricFamiles, expecailly those that contain multiple values (such as Summaries and Histograms)

v0.9.8

Choose a tag to compare

@zegelin zegelin released this 17 Sep 04:48

Bug Fixes

  • #30 agent prevents ctrl-c from stopping cassandra

v0.9.7

Choose a tag to compare

@zegelin zegelin released this 06 Jun 23:06

Bug Fixes

  • Fixes issue where clients not specifying an Accept header would receive a 415 Unsupported Media Type error. Now defaults to text/plain.

v0.9.6

v0.9.6 Pre-release
Pre-release

Choose a tag to compare

@zegelin zegelin released this 17 Dec 19:02

New features

  • Experimental 3.0.17 support

Bug fixes

  • Fixed issue where client_request metrics were not exported for 3.0.x

v0.9.5

v0.9.5 Pre-release
Pre-release

Choose a tag to compare

@zegelin zegelin released this 11 Dec 20:45

Bug Fixes

  • Fixes issue where certain latency metrics wern't converted from microseconds to seconds.