We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d57a58 commit 4dd6708Copy full SHA for 4dd6708
1 file changed
dd-trace-api/src/main/java/datadog/trace/api/Config.java
@@ -23,8 +23,8 @@
23
import lombok.extern.slf4j.Slf4j;
24
25
/**
26
- * Config gives priority to system properties and falls back to environment variables. It also
27
- * includes default values to ensure a valid config.
+ * Config reads values with the following priority: 1) system properties, 2) environment variables,
+ * 3) optional configuration file. It also includes default values to ensure a valid config.
28
*
29
* <p>
30
0 commit comments