Package com.spotify.github.tracing
Class TraceHelper.TraceTags
- java.lang.Object
-
- com.spotify.github.tracing.TraceHelper.TraceTags
-
- Enclosing class:
- TraceHelper
public static class TraceHelper.TraceTags extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMPONENT
static String
ERROR
static String
ERROR_MESSAGE
static String
HTTP_METHOD
static String
HTTP_STATUS_CODE
static String
HTTP_STATUS_MESSAGE
static String
HTTP_URL
static String
PEER_SERVICE
-
Constructor Summary
Constructors Constructor Description TraceTags()
-
-
-
Field Detail
-
COMPONENT
public static final String COMPONENT
- See Also:
- Constant Field Values
-
PEER_SERVICE
public static final String PEER_SERVICE
- See Also:
- Constant Field Values
-
HTTP_URL
public static final String HTTP_URL
- See Also:
- Constant Field Values
-
HTTP_METHOD
public static final String HTTP_METHOD
- See Also:
- Constant Field Values
-
HTTP_STATUS_CODE
public static final String HTTP_STATUS_CODE
- See Also:
- Constant Field Values
-
HTTP_STATUS_MESSAGE
public static final String HTTP_STATUS_MESSAGE
- See Also:
- Constant Field Values
-
ERROR_MESSAGE
public static final String ERROR_MESSAGE
- See Also:
- Constant Field Values
-
ERROR
public static final String ERROR
- See Also:
- Constant Field Values
-
-