Class StoreBufferServiceStats

java.lang.Object
com.linkedin.venice.stats.AbstractVeniceStats
com.linkedin.davinci.stats.StoreBufferServiceStats

public class StoreBufferServiceStats extends AbstractVeniceStats
  • Constructor Details

    • StoreBufferServiceStats

      public StoreBufferServiceStats(io.tehuti.metrics.MetricsRepository metricsRepository, String metricNamePrefix, String clusterName, boolean sorted, LongSupplier totalMemoryUsageSupplier, LongSupplier totalRemainingMemorySupplier, LongSupplier maxMemoryUsagePerDrainerSupplier, LongSupplier minMemoryUsagePerDrainerSupplier)
  • Method Details

    • recordInternalProcessingLatency

      public void recordInternalProcessingLatency(long latency, String storeName)
    • recordInternalProcessingError

      public void recordInternalProcessingError(String storeName)