Class CassandraStorage

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class CassandraStorage
    extends StorageComponent
    CQL3 implementation of zipkin storage.

    Queries are logged to the category "com.datastax.driver.core.QueryLogger" when debug or trace is enabled via SLF4J. Trace level includes bound values.

    Redundant requests to store service or span names are ignored for an hour to reduce load. This feature is implemented by DeduplicatingVoidCallFactory.

    Schema is installed by default from "/cassandra-schema.cql"