Package org.eclipse.microprofile.metrics
Class MetricUnits
- java.lang.Object
-
- org.eclipse.microprofile.metrics.MetricUnits
-
-
Field Summary
Fields Modifier and Type Field Description static String
BITS
Represents bits.static String
BYTES
8BITS
static String
DAYS
24HOURS
static String
GIBIBITS
1024MEBIBITS
static String
GIGABITS
1000MEGABITS
static String
GIGABYTES
1000MEGABYTES
static String
HOURS
60MINUTES
static String
KIBIBITS
1024BITS
static String
KILOBITS
1000BITS
static String
KILOBYTES
1000BYTES
static String
MEBIBITS
1024KIBIBITS
static String
MEGABITS
1000KILOBITS
static String
MEGABYTES
1000KILOBYTES
static String
MICROSECONDS
1/1000MILLISECONDS
static String
MILLISECONDS
1/1000SECONDS
static String
MINUTES
60SECONDS
static String
NANOSECONDS
1/1000MICROSECONDS
static String
NONE
No unitstatic String
PER_SECOND
Represent per secondstatic String
PERCENT
Represents percentagestatic String
SECONDS
Represents 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
-
-