Class TracerConfig

java.lang.Object
datadog.trace.api.config.TracerConfig

public final class TracerConfig extends Object
A list of keys to be used in a Properties instance with dd-trace-ot's DDTracer as follows:
   DDTracer.builder().withProperties(new Properties()).build()
 

If using dd-java-agent, these keys represent settings that should be configured via system properties, environment variables, or config properties file. See online documentation for details.

See Also: