Class HttpResponseStatusCodeCategory
java.lang.Object
com.linkedin.venice.stats.dimensions.HttpResponseStatusCodeCategory
Maps the provided HTTP response status
HttpResponseStatus
to one of
1xx, 2xx, 3xx, 4xx, 5xx categories.-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getVeniceHttpResponseStatusCodeCategory
(io.netty.handler.codec.http.HttpResponseStatus statusCode)
-
Method Details
-
getVeniceHttpResponseStatusCodeCategory
public static String getVeniceHttpResponseStatusCodeCategory(io.netty.handler.codec.http.HttpResponseStatus statusCode)
-