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