Class BaseUnits
java.lang.Object
io.micrometer.core.instrument.binder.BaseUnits
Base units constants for convenience.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringFor buffers.static StringFor bytes.static StringFor classes.static StringFor connections.static StringFor events.static StringFor files.static StringFor messages.static StringFor milliseconds.static StringFor objects.static StringFor operations.static StringPercent.static StringFor rows.static StringFor sessions.static StringFor tasks.static StringFor threads. -
Method Summary
-
Field Details
-
BYTES
For bytes.- See Also:
- Constant Field Values
-
ROWS
For rows.- See Also:
- Constant Field Values
-
TASKS
For tasks.- See Also:
- Constant Field Values
-
THREADS
For threads.- See Also:
- Constant Field Values
-
CLASSES
For classes.- See Also:
- Constant Field Values
-
BUFFERS
For buffers.- See Also:
- Constant Field Values
-
EVENTS
For events.- See Also:
- Constant Field Values
-
FILES
For files.- See Also:
- Constant Field Values
-
SESSIONS
For sessions.- See Also:
- Constant Field Values
-
MILLISECONDS
For milliseconds.- See Also:
- Constant Field Values
-
MESSAGES
For messages.- See Also:
- Constant Field Values
-
CONNECTIONS
For connections.- See Also:
- Constant Field Values
-
OPERATIONS
For operations.- See Also:
- Constant Field Values
-
PERCENT
Percent.- See Also:
- Constant Field Values
-
OBJECTS
For objects.- Since:
- 1.6.0
- See Also:
- Constant Field Values
-