Package com.linkedin.venice.stats
Class ServerLoadStats
java.lang.Object
com.linkedin.venice.stats.AbstractVeniceStats
com.linkedin.venice.stats.ServerLoadStats
-
Field Summary
Fields inherited from class com.linkedin.venice.stats.AbstractVeniceStats
DELIMITER -
Constructor Summary
ConstructorsConstructorDescriptionServerLoadStats(io.tehuti.metrics.MetricsRepository metricsRepository, String name, String clusterName) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidrecordRejectionRatio(double rejectionRatio) voidTehuti-only: total request count.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
-
ServerLoadStats
-
-
Method Details
-
recordTotalRequest
public void recordTotalRequest()Tehuti-only: total request count. OTel derives total from sum(ACCEPTED + REJECTED). -
recordRejectedRequest
public void recordRejectedRequest() -
recordAcceptedRequest
public void recordAcceptedRequest() -
recordRejectionRatio
public void recordRejectionRatio(double rejectionRatio)
-