public class CorrelationIdentifier extends Object
Intended for use with MDC frameworks.
Modifier and Type | Class and Description |
---|---|
static interface |
CorrelationIdentifier.Provider |
Constructor and Description |
---|
CorrelationIdentifier() |
Modifier and Type | Method and Description |
---|---|
static String |
getSpanId() |
static String |
getTraceId() |
static void |
registerIfAbsent(CorrelationIdentifier.Provider p) |
public static void registerIfAbsent(CorrelationIdentifier.Provider p)
public static String getTraceId()
public static String getSpanId()