-
public class TraceAn entry point to Datadog Traces feature.
-
-
Method Summary
Modifier and Type Method Description final static Unitenable(TraceConfiguration traceConfiguration, SdkCore sdkCore)Enables a Traces feature based on the configuration provided. final static Unitenable(TraceConfiguration traceConfiguration)Enables a Traces feature based on the configuration provided. -
-
Method Detail
-
enable
@JvmOverloads() final static Unit enable(TraceConfiguration traceConfiguration, SdkCore sdkCore)
Enables a Traces feature based on the configuration provided.
- Parameters:
traceConfiguration- Configuration to use for the feature.sdkCore- SDK instance to register feature in.
-
enable
@JvmOverloads() final static Unit enable(TraceConfiguration traceConfiguration)
Enables a Traces feature based on the configuration provided.
- Parameters:
traceConfiguration- Configuration to use for the feature.
-
-
-
-