Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
`dd.trace.config`
: **Environment Variable**: `DD_TRACE_CONFIG`<br>
**Default**: `null`<br>
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=<FILE_PATH>.properties`, with setting the service name in the file with `dd.service=<SERVICE_NAME>`
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=<FILE_PATH>.properties`, with setting the service name in the file with `dd.service=<SERVICE_NAME>`<br>

Check notice on line 67 in content/en/tracing/trace_collection/library_config/java.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.
**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).

Check failure on line 68 in content/en/tracing/trace_collection/library_config/java.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.quotes

Use straight quotes instead of smart quotes.

`dd.service.mapping`
: **Environment Variable**: `DD_SERVICE_MAPPING`<br>
Expand Down
Loading