Cassandra Exporter
contrib
Maintainers: @atoulme, @emreyalvac
Source: opentelemetry-collector-contrib
Supported Telemetry
Overview
Configuration options
The following settings can be optionally configured:dsnThe Cassandra server DSN (Data Source Name), for example127.0.0.1. reference: github.com/apache/cassandra-gocql-driver/v2port(default = 9042): The Cassandra server porttimeout(default = 10s): The Cassandra server connection timeoutkeyspace(default = otel): The keyspace name.trace_table(default = otel_spans): The table name for traces.replication(default = class: SimpleStrategy, replication_factor: 1): The strategy of replication. https://cassandra.apache.org/doc/4.1/cassandra/architecture/dynamo.html#replication-strategycompression(default = LZ4Compressor): https://cassandra.apache.org/doc/4.0/cassandra/operating/compression.htmlauth(default = username: "", password: "") Authorization for the Cassandra.
Example
Configuration
Example Configuration
Last generated: 2026-04-13