Skip to content

Releases: instaclustr/cassandra-exporter

v0.9.15-SNAPSHOT

11 Jul 10:54
ac2ad3a
Compare
Choose a tag to compare
v0.9.15-SNAPSHOT Pre-release
Pre-release

t-501406

v0.9.14

27 Jun 11:27
addcc38
Compare
Choose a tag to compare
  • recompiled with Apache Cassandra 4.1.4 which solves #118

v0.9.13

27 Jun 11:25
d48304e
Compare
Choose a tag to compare
  • fix IndexMetadata retrieval in agent

v0.9.12

17 Feb 02:55
d0d2ce5
Compare
Choose a tag to compare

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

25 Jan 01:22
Compare
Choose a tag to compare

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

03 Dec 23:32
Compare
Choose a tag to compare

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

17 Sep 04:48
Compare
Choose a tag to compare

Bug Fixes

  • #30 agent prevents ctrl-c from stopping cassandra

v0.9.7

06 Jun 23:06
Compare
Choose a tag to compare

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

17 Dec 19:02
Compare
Choose a tag to compare
v0.9.6 Pre-release
Pre-release

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

11 Dec 20:45
Compare
Choose a tag to compare
v0.9.5 Pre-release
Pre-release

Bug Fixes

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