Free Report! Gartner® Hype Cycle™ for Monitoring and Observability.Read more

Cassandra

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'.