Class IndexMetrics

java.lang.Object
org.apache.cassandra.index.sai.metrics.AbstractMetrics
org.apache.cassandra.index.sai.metrics.IndexMetrics

public class IndexMetrics extends AbstractMetrics
  • Field Details

    • memtableIndexWriteLatency

      public final com.codahale.metrics.Timer memtableIndexWriteLatency
    • memtableIndexFlushCount

      public final com.codahale.metrics.Counter memtableIndexFlushCount
    • compactionCount

      public final com.codahale.metrics.Counter compactionCount
    • memtableIndexFlushErrors

      public final com.codahale.metrics.Counter memtableIndexFlushErrors
    • segmentFlushErrors

      public final com.codahale.metrics.Counter segmentFlushErrors
    • memtableFlushCellsPerSecond

      public final com.codahale.metrics.Histogram memtableFlushCellsPerSecond
    • segmentsPerCompaction

      public final com.codahale.metrics.Histogram segmentsPerCompaction
    • compactionSegmentCellsPerSecond

      public final com.codahale.metrics.Histogram compactionSegmentCellsPerSecond
    • compactionSegmentBytesPerSecond

      public final com.codahale.metrics.Histogram compactionSegmentBytesPerSecond
  • Constructor Details