diff --git a/content/en/tracing/trace_collection/library_config/java.md b/content/en/tracing/trace_collection/library_config/java.md index 7ff6d0a85f4..6ef0feabe36 100644 --- a/content/en/tracing/trace_collection/library_config/java.md +++ b/content/en/tracing/trace_collection/library_config/java.md @@ -64,7 +64,8 @@ See also [DD_APM_TRACING_ENABLED][21]. `dd.trace.config` : **Environment Variable**: `DD_TRACE_CONFIG`
**Default**: `null`
-Optional path to a file where configuration properties are provided one per each line. For instance, the file path can be provided as via `-Ddd.trace.config=.properties`, with setting the service name in the file with `dd.service=` +Optional path to a file where configuration properties are provided one per each line. For instance, the file path can be provided as via `-Ddd.trace.config=.properties`, with setting the service name in the file with `dd.service=`
+**Note**: Don’t rely on `dd.trace.config` as the only mechanism to enable or disable SDK-dependent products (for example, Profiler and Dynamic Instrumentation). Prefer the corresponding system properties or environment variables (or `application_monitoring.yaml` for Single Step Instrumentation). `dd.service.mapping` : **Environment Variable**: `DD_SERVICE_MAPPING`