Class DDTraceId

java.lang.Object
datadog.trace.api.DDTraceId
Direct Known Subclasses:
DD128bTraceId, DD64bTraceId

public abstract class DDTraceId extends Object
Class encapsulating the id used for TraceIds.

It contains parsing and formatting to string for both decimal and hexadecimal representations. The string representations are either kept from parsing, or generated on demand and cached.