Skip to content

Commit 7c9d164

Browse files
authored
Add link to SDK configuration page (#11729)
1 parent a98b559 commit 7c9d164

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ configured to send data to
8181
at `http://localhost:4317`.
8282

8383
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]
8585
for the full list of configuration items. For example:
8686

8787
```
@@ -93,11 +93,14 @@ java -javaagent:path/to/opentelemetry-javaagent.jar \
9393

9494
## Configuring the Agent
9595

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
9797
configured for your needs, such as exporter choice, exporter config (like where
9898
data is sent), trace context propagation headers, and much more.
9999

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].
101104

102105
*Note: Config parameter names are very likely to change over time, so please check
103106
back here when trying out a new version!
@@ -183,7 +186,9 @@ Thanks to all the people who already contributed!
183186
<img src="https://contributors-img.web.app/image?repo=open-telemetry/opentelemetry-java-instrumentation" />
184187
</a>
185188

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/
187192

188193
[manual]: https://opentelemetry.io/docs/instrumentation/java/manual/
189194

0 commit comments

Comments
 (0)