Package com.linkedin.davinci.stats
Class ServerMetricEntity
java.lang.Object
com.linkedin.davinci.stats.ServerMetricEntity
Aggregates all metric entities for Venice server (storage node) from all server/da-vinci Metric entities.
When adding a new ModuleMetricEntityInterface enum, add it to
getMetricEntityEnumClasses() — both SERVER_METRIC_ENTITIES and tests
use this single source of truth.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic List<Class<? extends ModuleMetricEntityInterface>>Returns the enum classes that composeSERVER_METRIC_ENTITIES.
-
Field Details
-
SERVER_METRIC_ENTITIES
-
-
Method Details
-
getMetricEntityEnumClasses
Returns the enum classes that composeSERVER_METRIC_ENTITIES. This is the single source of truth used by both production aggregation and tests.
-