-
public class DatadogTracingConstants.ErrorPrioritiesDefines constants representing the priorities of error recording in the Datadog tracing library.
-
-
Field Summary
Fields Modifier and Type Field Description private final ByteUNSETprivate final ByteHTTP_SERVER_DECORATORprivate final ByteDEFAULTpublic final static DatadogTracingConstants.ErrorPrioritiesINSTANCE
-
Method Summary
Modifier and Type Method Description final BytegetUNSET()Represents the unset value for error prioritization within the Datadog tracing system. final BytegetHTTP_SERVER_DECORATOR()Represents the HTTP server decorator value. final BytegetDEFAULT()Represents the default value used in contexts where a specific value is not provided. -
-
Method Detail
-
getUNSET
final Byte getUNSET()
Represents the unset value for error prioritization within the Datadog tracing system.
-
getHTTP_SERVER_DECORATOR
final Byte getHTTP_SERVER_DECORATOR()
Represents the HTTP server decorator value.
-
getDEFAULT
final Byte getDEFAULT()
Represents the default value used in contexts where a specific value is not provided.
-
-
-
-