Enum Class VeniceMetricsDimensions
java.lang.Object
java.lang.Enum<VeniceMetricsDimensions>
com.linkedin.venice.stats.dimensions.VeniceMetricsDimensions
- All Implemented Interfaces:
- Serializable,- Comparable<VeniceMetricsDimensions>,- Constable
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionControllerRouteHelix group id numberInstance error type for blocked, unhealthy, and overloaded instancesFanout type for requestsRequestFanoutType(e.g., original vs retry)Route name for routing metrics typed as StringStreamProgressStreaming delivery progress for batch responses (e.g., first, 50pct, 90pct, etc.)
- 
Method SummaryModifier and TypeMethodDescriptionstatic VeniceMetricsDimensionsReturns the enum constant of this class with the specified name.static VeniceMetricsDimensions[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
VENICE_STORE_NAME
- 
VENICE_CLUSTER_NAME
- 
VENICE_REQUEST_METHOD
- 
VENICE_ROUTE_NAMERoute name for routing metrics typed as String
- 
HTTP_RESPONSE_STATUS_CODEHttpResponseStatusEnumie. 200, 400, etc
- 
HTTP_RESPONSE_STATUS_CODE_CATEGORYHttpResponseStatusCodeCategoryie. 1xx, 2xx, etc
- 
VENICE_CONTROLLER_ENDPOINTControllerRoute
- 
VENICE_RESPONSE_STATUS_CODE_CATEGORY
- 
VENICE_REQUEST_RETRY_TYPE
- 
VENICE_MESSAGE_TYPE
- 
VENICE_REQUEST_FANOUT_TYPEFanout type for requestsRequestFanoutType(e.g., original vs retry)
- 
VENICE_REQUEST_REJECTION_REASON
- 
VENICE_STREAM_PROGRESSStreamProgressStreaming delivery progress for batch responses (e.g., first, 50pct, 90pct, etc.)
- 
VENICE_REQUEST_RETRY_ABORT_REASON
- 
STORE_REPUSH_TRIGGER_SOURCE
- 
VENICE_INSTANCE_ERROR_TYPEInstance error type for blocked, unhealthy, and overloaded instances
- 
VENICE_HELIX_GROUP_IDHelix group id number
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getDimensionName
- 
getDimensionNameInDefaultFormat
 
-