Package com.datadog.trace.api.config
See: Description
-
Class Summary Class Description CrashTrackingConfig These config options will only work with dd-java-agent, not with dd-trace-ot. GeneralConfig A list of keys to be used in a Properties instance with dd-trace-ot's DDTracer as follows:
If using dd-java-agent, these keys represent settings that should be configured via system properties, environment variables, or config properties file.DDTracer.builder().withProperties(new Properties()).build()ProfilingConfig These config options will only work with dd-java-agent, not with dd-trace-ot. RemoteConfigConfig TraceInstrumentationConfig These config options will only work with dd-java-agent, not with dd-trace-ot. TracerConfig A list of keys to be used in a Properties instance with dd-trace-ot's DDTracer as follows:
If using dd-java-agent, these keys represent settings that should be configured via system properties, environment variables, or config properties file.DDTracer.builder().withProperties(new Properties()).build()