Package org.commonjava.o11yphant.metrics
Class MetricsConstants
- java.lang.Object
-
- org.commonjava.o11yphant.metrics.MetricsConstants
-
public class MetricsConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAVERAGE_TIME_MSstatic StringCUMULATIVE_COUNTstatic StringCUMULATIVE_TIMINGSstatic StringDEFAULTstatic StringEXCEPTIONstatic StringMAX_TIME_MSstatic StringMETERstatic doubleNANOS_PER_MILLISECONDstatic StringSKIP_METRICstatic StringTIMER
-
Constructor Summary
Constructors Constructor Description MetricsConstants()
-
-
-
Field Detail
-
DEFAULT
public static final String DEFAULT
- See Also:
- Constant Field Values
-
EXCEPTION
public static final String EXCEPTION
- See Also:
- Constant Field Values
-
METER
public static final String METER
- See Also:
- Constant Field Values
-
TIMER
public static final String TIMER
- See Also:
- Constant Field Values
-
SKIP_METRIC
public static final String SKIP_METRIC
- See Also:
- Constant Field Values
-
CUMULATIVE_TIMINGS
public static final String CUMULATIVE_TIMINGS
- See Also:
- Constant Field Values
-
CUMULATIVE_COUNT
public static final String CUMULATIVE_COUNT
- See Also:
- Constant Field Values
-
AVERAGE_TIME_MS
public static final String AVERAGE_TIME_MS
- See Also:
- Constant Field Values
-
MAX_TIME_MS
public static final String MAX_TIME_MS
- See Also:
- Constant Field Values
-
NANOS_PER_MILLISECOND
public static final double NANOS_PER_MILLISECOND
- See Also:
- Constant Field Values
-
-