Class PartitionHealthStats
- java.lang.Object
-
- com.linkedin.venice.stats.AbstractVeniceStats
-
- com.linkedin.venice.controller.stats.PartitionHealthStats
-
public class PartitionHealthStats extends AbstractVeniceStats
Resource level partition health stats.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
UNDER_REPLICATED_PARTITION_SENSOR
-
Fields inherited from class com.linkedin.venice.stats.AbstractVeniceStats
DELIMITER
-
-
Constructor Summary
Constructors Constructor Description PartitionHealthStats(io.tehuti.metrics.MetricsRepository metricsRepository, java.lang.String name)
PartitionHealthStats(java.lang.String resourceName)
Only for test usage.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
recordUnderReplicatePartition(int num)
-
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
-
-
-
-
Field Detail
-
UNDER_REPLICATED_PARTITION_SENSOR
public static final java.lang.String UNDER_REPLICATED_PARTITION_SENSOR
- See Also:
- Constant Field Values
-
-