Enum Label
- All Implemented Interfaces:
Serializable, Comparable<Label>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionClass name.Client name, such as Net and HTTP ClientsEvent bus addressEvent bus failure name from a ReplyFailure objectEvent bus side of the metric, it can be either "local" or "remote"HTTP response code (used in http domain)Method (GET, POST, PUT, etc.) of an HTTP requests (used in http domain)Path of the URI for client or server requests (used in http domain)Route as provided by routing modules to the http requestsHTTP version: "HTTP/1.0","HTTP/1.1","HTTP/2" or "HTTP/3"Local address in client-host or host-client connections (used in net, http and datagram domains)Client namespacePool name (used in pools domain)Pool type, such as "worker" or "datasource" (used in pools domain)Remote address in client-host or host-client connections (used in net and http domains)Server name, such as HTTP Servers -
Method Summary
-
Enum Constant Details
-
LOCAL
Local address in client-host or host-client connections (used in net, http and datagram domains) -
REMOTE
Remote address in client-host or host-client connections (used in net and http domains) -
HTTP_PATH
Path of the URI for client or server requests (used in http domain) -
HTTP_ROUTE
Route as provided by routing modules to the http requests -
HTTP_METHOD
Method (GET, POST, PUT, etc.) of an HTTP requests (used in http domain) -
HTTP_CODE
HTTP response code (used in http domain) -
HTTP_VERSION
HTTP version: "HTTP/1.0","HTTP/1.1","HTTP/2" or "HTTP/3" -
CLASS_NAME
Class name. When used in error counters (in net, http, datagram and eventbus domains) it relates to an exception that occurred. When used in verticle domain, it relates to the verticle class name. -
EB_ADDRESS
Event bus address -
EB_SIDE
Event bus side of the metric, it can be either "local" or "remote" -
EB_FAILURE
Event bus failure name from a ReplyFailure object -
POOL_TYPE
Pool type, such as "worker" or "datasource" (used in pools domain) -
POOL_NAME
Pool name (used in pools domain) -
CLIENT_NAME
-
SERVER_NAME
-
NAMESPACE
Client namespace
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
-