OpenTelemetry Bot d680729c09 [chore] Prepare release 0.90.0 (#29543) 1 year ago
..
example 4aeacae872 cassandra exporter keyspace check and dynamic timeout (#27681) 1 year ago
internal b2eea6e926 update mdatagen to support per signal stability (#21153) 1 year ago
testdata 4aeacae872 cassandra exporter keyspace check and dynamic timeout (#27681) 1 year ago
Makefile 691044b6ef [exporter/cassandra] Intital implementation (#18515) 1 year ago
README.md 4aeacae872 cassandra exporter keyspace check and dynamic timeout (#27681) 1 year ago
config.go 4aeacae872 cassandra exporter keyspace check and dynamic timeout (#27681) 1 year ago
config_test.go 2ec4c67fe3 feat: allow custom port for cassandra connection (#25179) 1 year ago
constants.go 4aeacae872 cassandra exporter keyspace check and dynamic timeout (#27681) 1 year ago
doc.go 5133f4ccd6 [chore] use license shortform (#22052) 1 year ago
exporter_logs.go 4aeacae872 cassandra exporter keyspace check and dynamic timeout (#27681) 1 year ago
exporter_traces.go 4aeacae872 cassandra exporter keyspace check and dynamic timeout (#27681) 1 year ago
factory.go 4aeacae872 cassandra exporter keyspace check and dynamic timeout (#27681) 1 year ago
factory_test.go 5133f4ccd6 [chore] use license shortform (#22052) 1 year ago
go.mod d680729c09 [chore] Prepare release 0.90.0 (#29543) 1 year ago
go.sum 40b485f08a Update core for v0.90.0 release (#29539) 1 year ago
helper.go 5133f4ccd6 [chore] use license shortform (#22052) 1 year ago
metadata.yaml 8a4348cb00 [chore] add codeowners to metadata (#24404) 1 year ago

README.md

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
    timeout: 10s
    keyspace: "otel"
    trace_table: "otel_spans"
    replication:
      class: "SimpleStrategy"
      replication_factor: 1
    compression:
      algorithm: "ZstdCompressor"