Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Cassandra BOSH Release v4

Compare
Choose a tag to compare
@T0FFF T0FFF released this 10 Jan 10:34
· 182 commits to master since this release

This release adds jmx_exporter as collector to provide metrics to prometheus.

By default, the exporter is enabled. It can be disabled it with the jmx_exporter_enabled: false setting on the cassandra job:

instance_groups:
  - name: cassandra-seeds
    jobs:
      - name cassandra:
        properties:
          ...
          jmx_exporter_enabled: false