Class ErrorPartitionStats
java.lang.Object
com.linkedin.venice.stats.AbstractVeniceStats
com.linkedin.venice.controller.stats.ErrorPartitionStats
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.linkedin.venice.stats.AbstractVeniceStats
DELIMITER -
Constructor Summary
ConstructorsConstructorDescriptionErrorPartitionStats(io.tehuti.metrics.MetricsRepository metricsRepository, String name) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidrecordErrorPartitionProcessingTime(double value) voidrecordErrorPartitionRecoveredFromReset(String storeName) voidrecordErrorPartitionResetAttempt(double value, String storeName) voidrecordErrorPartitionResetAttemptErrored(String storeName) voidrecordErrorPartitionUnrecoverableFromReset(String storeName) Methods inherited from class com.linkedin.venice.stats.AbstractVeniceStats
avgAndMax, avgAndTotal, getMetricFullName, getMetricsRepository, getName, getSensorFullName, getSensorFullName, isTotalStats, minAndMax, registerOnlyTotalRate, registerOnlyTotalSensor, registerPerStoreAndTotal, registerPerStoreAndTotalSensor, registerSensor, registerSensor, registerSensor, registerSensor, registerSensorAttributeGauge, registerSensorIfAbsent, registerSensorIfAbsent, registerSensorIfAbsent, registerSensorWithAggregate, registerSensorWithAggregate, unregisterAllSensors
-
Constructor Details
-
ErrorPartitionStats
-
-
Method Details
-
recordErrorPartitionResetAttempt
-
recordErrorPartitionResetAttemptErrored
-
recordErrorPartitionProcessingError
public void recordErrorPartitionProcessingError() -
recordErrorPartitionRecoveredFromReset
-
recordErrorPartitionUnrecoverableFromReset
-
recordErrorPartitionProcessingTime
public void recordErrorPartitionProcessingTime(double value)
-