@@ -81,7 +81,7 @@ configured to send data to
81
81
at ` http://localhost:4317 ` .
82
82
83
83
Configuration parameters are passed as Java system properties (` -D ` flags) or
84
- as environment variables. See [ the configuration documentation] [ config ]
84
+ as environment variables. See [ the configuration documentation] [ config-agent ]
85
85
for the full list of configuration items. For example:
86
86
87
87
```
@@ -93,11 +93,14 @@ java -javaagent:path/to/opentelemetry-javaagent.jar \
93
93
94
94
## Configuring the Agent
95
95
96
- The agent is [ highly configurable] [ config ] ! Many aspects of the agent's behavior can be
96
+ The agent is highly configurable! Many aspects of the agent's behavior can be
97
97
configured for your needs, such as exporter choice, exporter config (like where
98
98
data is sent), trace context propagation headers, and much more.
99
99
100
- [ Click here to see the detailed list of configuration environment variables and system properties] [ config ] .
100
+ For a detailed list of agent configuration options, see the [ agent configuration docs] [ config-agent ] .
101
+
102
+ For a detailed list of additional SDK configuration environment variables and system properties,
103
+ see the [ SDK configuration docs] [ config-sdk ] .
101
104
102
105
* Note: Config parameter names are very likely to change over time, so please check
103
106
back here when trying out a new version!
@@ -183,7 +186,9 @@ Thanks to all the people who already contributed!
183
186
<img src =" https://contributors-img.web.app/image?repo=open-telemetry/opentelemetry-java-instrumentation " />
184
187
</a >
185
188
186
- [ config ] : https://opentelemetry.io/docs/instrumentation/java/automatic/agent-config/
189
+ [ config-agent ] : https://opentelemetry.io/docs/zero-code/java/agent/configuration/
190
+
191
+ [ config-sdk ] : https://opentelemetry.io/docs/languages/java/configuration/
187
192
188
193
[ manual ] : https://opentelemetry.io/docs/instrumentation/java/manual/
189
194
0 commit comments