Skip to content

Latest commit

 

History

History

cassandraexporter

Cassandra Exporter

Status
Stability alpha: traces, logs
Distributions contrib
Issues Open issues Closed issues
Code Owners @atoulme, @emreyalvac

Configuration options

The following settings can be optionally configured:

Example

exporters:
  cassandra:
    dsn: 127.0.0.1
    port: 9042
    keyspace: "otel"
    trace_table: "otel_spans"
    replication:
      class: "SimpleStrategy"
      replication_factor: 1
    compression:
      algorithm: "ZstdCompressor"