Ent+Documentation Index
Fetch the complete documentation index at: https://docs.honeycomb.io/llms.txt
Use this file to discover all available pages before exploring further.
This feature is available as an add-on for the Honeycomb Enterprise plan.
Please contact your Honeycomb account team for details.
Supported Platforms
| Platform | Metrics | Logs | Traces |
|---|---|---|---|
| Linux | β | β | |
| Windows | β | β | |
| macOS | β | β |
Prerequisites
This source supports Apache Cassandra versions 3.11 and 4.0.Configuration Table
| Parameter | Type | Default | Description |
|---|---|---|---|
| telemetry_types | telemetrySelector | ["Logs", "Metrics"] | Choose Telemetry Type. |
| address | string | localhost | IP address or hostname to scrape for Cassandra metrics. |
| port | int | 7199 | Port to scrape for Cassandra metrics. |
| jar_path | string | β/opt/opentelemetry-java-contrib-jmx-metrics.jarβ | Full path to the JMX metrics jar. |
| collection_interval | int | 60 | How often (seconds) to scrape for metrics. |
| enable_system_logs | bool | true | Enables collecting system logs. |
| system_log_path | strings | [β/var/log/cassandra/system.logβ] | File paths to system logs. |
| enable_debug_logs | bool | true | Enables the collection of debug logs. |
| debug_log_path | strings | [β/var/log/cassandra/debug.logβ] | File paths to debug logs. |
| enable_gc_logs | bool | true | Enables collection of garbage collector logs. |
| gc_log_path | strings | [β/var/log/cassandra/gc.logβ] | File paths to garbage collection logs. |
| timezone | timezone | UTC | The timezone to use when parsing timestamps. |
| start_at | enum | end | Start reading logs from βbeginningβ or βendβ. |