Package datadog.trace.api
Class IdGenerationStrategy
java.lang.Object
datadog.trace.api.IdGenerationStrategy
Strategy for generating trace ids and span ids.
The reason this is not an ENUM is to allow future changes that are crosscutting and configuration based, for example 128 bit trace ids et.c., without changing the public API.
-
Method Summary
-
Method Details
-
fromName
-
fromName
-
generateTraceId
-
generateSpanId
public long generateSpanId()
-