Class HttpResponseStatusCodeCategory

java.lang.Object
com.linkedin.venice.stats.dimensions.HttpResponseStatusCodeCategory

public class HttpResponseStatusCodeCategory extends Object
Maps the provided HTTP response status HttpResponseStatus to one of 1xx, 2xx, 3xx, 4xx, 5xx categories.
  • Method Details

    • getVeniceHttpResponseStatusCodeCategory

      public static String getVeniceHttpResponseStatusCodeCategory(io.netty.handler.codec.http.HttpResponseStatus statusCode)