java.lang.Object
io.helidon.metrics.api.Meter.BaseUnits
- Enclosing interface:
Meter
Common unit declarations (inspired by the list from MicroProfile metrics). Users can use any units they wish.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Represents bits.static final String
8BITS
.static final String
24HOURS
.static final String
1024MEBIBITS
.static final String
1000MEGABITS
.static final String
1000MEGABYTES
.static final String
60MINUTES
.static final String
1024BITS
.static final String
1000BITS
.static final String
1000BYTES
.static final String
1024KIBIBITS
.static final String
1000KILOBITS
.static final String
1000KILOBYTES
.static final String
1/1000MILLISECONDS
.static final String
1/1000SECONDS
.static final String
60SECONDS
.static final String
1/1000MICROSECONDS
.static final String
No unit.static final String
Represent per second.static final String
Represents percentage.static final String
Represents seconds. -
Method Summary
-
Field Details
-
NONE
No unit.- See Also:
-
BITS
Represents bits. Not defined by SI, but by IEC 60027.- See Also:
-
KILOBITS
1000BITS
.- See Also:
-
MEGABITS
1000KILOBITS
.- See Also:
-
GIGABITS
1000MEGABITS
.- See Also:
-
KIBIBITS
1024BITS
.- See Also:
-
MEBIBITS
1024KIBIBITS
.- See Also:
-
GIBIBITS
1024MEBIBITS
.- See Also:
-
BYTES
8BITS
.- See Also:
-
KILOBYTES
1000BYTES
.- See Also:
-
MEGABYTES
1000KILOBYTES
.- See Also:
-
GIGABYTES
1000MEGABYTES
.- See Also:
-
NANOSECONDS
1/1000MICROSECONDS
.- See Also:
-
MICROSECONDS
1/1000MILLISECONDS
.- See Also:
-
MILLISECONDS
1/1000SECONDS
.- See Also:
-
SECONDS
Represents seconds.- See Also:
-
MINUTES
60SECONDS
.- See Also:
-
HOURS
60MINUTES
.- See Also:
-
DAYS
24HOURS
.- See Also:
-
PERCENT
Represents percentage.- See Also:
-
PER_SECOND
Represent per second.- See Also:
-