Enum Class VeniceIngestionDestinationComponent

java.lang.Object
java.lang.Enum<VeniceIngestionDestinationComponent>
com.linkedin.venice.stats.dimensions.VeniceIngestionDestinationComponent
All Implemented Interfaces:
VeniceDimensionInterface, Serializable, Comparable<VeniceIngestionDestinationComponent>, Constable

public enum VeniceIngestionDestinationComponent extends Enum<VeniceIngestionDestinationComponent> implements VeniceDimensionInterface
Dimension enum representing the destination component in the ingestion flow. Used for metrics like ingestion latency between components.

Note: Similar to VeniceIngestionSourceComponent. TThese are 2 different enums with same values to provide type safety when defining and recording metrics.