Skip to main content
Ent+
This feature is available as an add-on for the Honeycomb Enterprise plan. Please contact your Honeycomb account team for details.

Supported Platforms

PlatformMetricsLogsTraces
Linuxβœ“βœ“
Windowsβœ“βœ“
macOSβœ“βœ“

Prerequisites

This source supports Apache Cassandra versions 3.11 and 4.0.

Configuration Table

ParameterTypeDefaultDescription
telemetry_typestelemetrySelector["Logs", "Metrics"]Choose Telemetry Type.
addressstringlocalhostIP address or hostname to scrape for Cassandra metrics.
portint7199Port to scrape for Cassandra metrics.
jar_pathstring”/opt/opentelemetry-java-contrib-jmx-metrics.jar”Full path to the JMX metrics jar.
collection_intervalint60How often (seconds) to scrape for metrics.
enable_system_logsbooltrueEnables collecting system logs.
system_log_pathstrings[β€œ/var/log/cassandra/system.log”]File paths to system logs.
enable_debug_logsbooltrueEnables the collection of debug logs.
debug_log_pathstrings[β€œ/var/log/cassandra/debug.log”]File paths to debug logs.
enable_gc_logsbooltrueEnables collection of garbage collector logs.
gc_log_pathstrings[β€œ/var/log/cassandra/gc.log”]File paths to garbage collection logs.
timezonetimezoneUTCThe timezone to use when parsing timestamps.
start_atenumendStart reading logs from β€˜beginning’ or β€˜end’.