Package com.azure.spring.cloud.config
Enum RequestTracingConstants
- All Implemented Interfaces:
Serializable
,Comparable<RequestTracingConstants>
,java.lang.constant.Constable
Request Tracing values used to check
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionConstant for checking for use in Azure FunctionsConstant for checking for use in Azure Web AppConstant for http Header Correlation ContextConstant for tracing the type of hostConstant for checking for use in KubernetesConstant for number of replicas, not including origin configured.Constant for Disabling TracingConstant for tracing the type of request -
Method Summary
Modifier and TypeMethodDescriptiontoString()
static RequestTracingConstants
Returns the enum constant of this type with the specified name.static RequestTracingConstants[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
REQUEST_TRACING_DISABLED_ENVIRONMENT_VARIABLE
Constant for Disabling Tracing -
AZURE_FUNCTIONS_ENVIRONMENT_VARIABLE
Constant for checking for use in Azure Functions -
AZURE_WEB_APP_ENVIRONMENT_VARIABLE
Constant for checking for use in Azure Web App -
KUBERNETES_ENVIRONMENT_VARIABLE
Constant for checking for use in Kubernetes -
REQUEST_TYPE_KEY
Constant for tracing the type of request -
HOST_TYPE_KEY
Constant for tracing the type of host -
CORRELATION_CONTEXT_HEADER
Constant for http Header Correlation Context -
REPLICA_COUNT
Constant for number of replicas, not including origin configured.
-
-
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
- Overrides:
toString
in classEnum<RequestTracingConstants>
-