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 forSystemStoreRepairService
-
-
Field Summary
-
Fields inherited from class com.linkedin.venice.stats.AbstractVeniceStats
DELIMITER
-
-
Constructor Summary
Constructors Constructor Description SystemStoreHealthCheckStats(io.tehuti.metrics.MetricsRepository metricsRepository, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.atomic.AtomicLong
getBadMetaSystemStoreCounter()
java.util.concurrent.atomic.AtomicLong
getBadPushStatusSystemStoreCounter()
java.util.concurrent.atomic.AtomicLong
getNotRepairableSystemStoreCounter()
java.util.concurrent.atomic.AtomicLong
getUnreachableSystemStoreCounter()
-
Methods inherited from class com.linkedin.venice.stats.AbstractVeniceStats
avgAndMax, avgAndTotal, getMetricsRepository, getName, getSensorFullName, getSensorFullName, isTotalStats, minAndMax, registerOnlyTotalRate, registerOnlyTotalSensor, registerPerStoreAndTotalSensor, registerSensor, registerSensor, registerSensor, registerSensor, registerSensorAttributeGauge, registerSensorIfAbsent, registerSensorIfAbsent, registerSensorIfAbsent, registerSensorWithAggregate, registerSensorWithAggregate, unregisterAllSensors
-
-
-
-
Method Detail
-
getBadMetaSystemStoreCounter
public java.util.concurrent.atomic.AtomicLong getBadMetaSystemStoreCounter()
-
getBadPushStatusSystemStoreCounter
public java.util.concurrent.atomic.AtomicLong getBadPushStatusSystemStoreCounter()
-
getUnreachableSystemStoreCounter
public java.util.concurrent.atomic.AtomicLong getUnreachableSystemStoreCounter()
-
getNotRepairableSystemStoreCounter
public java.util.concurrent.atomic.AtomicLong getNotRepairableSystemStoreCounter()
-
-