Class SystemStoreHealthCheckStats

java.lang.Object
com.linkedin.venice.stats.AbstractVeniceStats
com.linkedin.venice.controller.stats.SystemStoreHealthCheckStats

public class SystemStoreHealthCheckStats extends AbstractVeniceStats
This class is the metric class for SystemStoreRepairService
  • Constructor Details

    • SystemStoreHealthCheckStats

      public SystemStoreHealthCheckStats(io.tehuti.metrics.MetricsRepository metricsRepository, String name)
  • Method Details

    • getBadMetaSystemStoreCounter

      public AtomicLong getBadMetaSystemStoreCounter()
    • getBadPushStatusSystemStoreCounter

      public AtomicLong getBadPushStatusSystemStoreCounter()
    • getUnreachableSystemStoreCounter

      public AtomicLong getUnreachableSystemStoreCounter()
    • getNotRepairableSystemStoreCounter

      public AtomicLong getNotRepairableSystemStoreCounter()