Package org.eclipse.microprofile.metrics
Class MetricUnits
- java.lang.Object
-
- org.eclipse.microprofile.metrics.MetricUnits
-
-
Field Summary
Fields Modifier and Type Field Description static StringBITSRepresents bits.static StringBYTES8BITSstatic StringDAYS24HOURSstatic StringGIBIBITS1024MEBIBITSstatic StringGIGABITS1000MEGABITSstatic StringGIGABYTES1000MEGABYTESstatic StringHOURS60MINUTESstatic StringKIBIBITS1024BITSstatic StringKILOBITS1000BITSstatic StringKILOBYTES1000BYTESstatic StringMEBIBITS1024KIBIBITSstatic StringMEGABITS1000KILOBITSstatic StringMEGABYTES1000KILOBYTESstatic StringMICROSECONDS1/1000MILLISECONDSstatic StringMILLISECONDS1/1000SECONDSstatic StringMINUTES60SECONDSstatic StringNANOSECONDS1/1000MICROSECONDSstatic StringNONENo unitstatic StringPER_SECONDRepresent per secondstatic StringPERCENTRepresents percentagestatic StringSECONDSRepresents seconds
-
-
-
Field Detail
-
NONE
public static final String NONE
No unit- See Also:
- Constant Field Values
-
BITS
public static final String BITS
Represents bits. Not defined by SI, but by IEC 60027- See Also:
- Constant Field Values
-
KILOBITS
public static final String KILOBITS
1000BITS- See Also:
- Constant Field Values
-
MEGABITS
public static final String MEGABITS
1000KILOBITS- See Also:
- Constant Field Values
-
GIGABITS
public static final String GIGABITS
1000MEGABITS- See Also:
- Constant Field Values
-
KIBIBITS
public static final String KIBIBITS
1024BITS- See Also:
- Constant Field Values
-
MEBIBITS
public static final String MEBIBITS
1024KIBIBITS- See Also:
- Constant Field Values
-
GIBIBITS
public static final String GIBIBITS
1024MEBIBITS- See Also:
- Constant Field Values
-
BYTES
public static final String BYTES
8BITS- See Also:
- Constant Field Values
-
KILOBYTES
public static final String KILOBYTES
1000BYTES- See Also:
- Constant Field Values
-
MEGABYTES
public static final String MEGABYTES
1000KILOBYTES- See Also:
- Constant Field Values
-
GIGABYTES
public static final String GIGABYTES
1000MEGABYTES- See Also:
- Constant Field Values
-
NANOSECONDS
public static final String NANOSECONDS
1/1000MICROSECONDS- See Also:
- Constant Field Values
-
MICROSECONDS
public static final String MICROSECONDS
1/1000MILLISECONDS- See Also:
- Constant Field Values
-
MILLISECONDS
public static final String MILLISECONDS
1/1000SECONDS- See Also:
- Constant Field Values
-
SECONDS
public static final String SECONDS
Represents seconds- See Also:
- Constant Field Values
-
MINUTES
public static final String MINUTES
60SECONDS- See Also:
- Constant Field Values
-
HOURS
public static final String HOURS
60MINUTES- See Also:
- Constant Field Values
-
DAYS
public static final String DAYS
24HOURS- See Also:
- Constant Field Values
-
PERCENT
public static final String PERCENT
Represents percentage- See Also:
- Constant Field Values
-
PER_SECOND
public static final String PER_SECOND
Represent per second- See Also:
- Constant Field Values
-
-