All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.taobao.diamond.utils.StatConstants Maven / Gradle / Ivy

There is a newer version: 3.2.4
Show newest version
package com.taobao.diamond.utils;

public class StatConstants {
    private StatConstants() {
    }

    public static final String APP_NAME = "diamond";

    public static final String STAT_AVERAGE_HTTP_GET_OK = "AverageHttpGet_OK";

    public static final String STAT_AVERAGE_HTTP_GET_NOT_MODIFIED = "AverageHttpGet_Not_Modified";

    public static final String STAT_AVERAGE_HTTP_GET_OTHER = "AverageHttpGet_Other_Status";

    public static final String STAT_AVERAGE_HTTP_POST_CHECK = "AverageHttpPost_Check";
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy