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. ProfilingConfig 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()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()RemoteConfigConfig UsmConfig Constant with names of configuration options for USM. TraceInstrumentationConfig These config options will only work with dd-java-agent, not with dd-trace-ot.