Skip to content

Commit

Permalink
Add link to SDK configuration page (#11729)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeluca authored Jul 9, 2024
1 parent a98b559 commit 7c9d164
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ configured to send data to
at `http://localhost:4317`.

Configuration parameters are passed as Java system properties (`-D` flags) or
as environment variables. See [the configuration documentation][config]
as environment variables. See [the configuration documentation][config-agent]
for the full list of configuration items. For example:

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

## Configuring the Agent

The agent is [highly configurable][config]! Many aspects of the agent's behavior can be
The agent is highly configurable! Many aspects of the agent's behavior can be
configured for your needs, such as exporter choice, exporter config (like where
data is sent), trace context propagation headers, and much more.

[Click here to see the detailed list of configuration environment variables and system properties][config].
For a detailed list of agent configuration options, see the [agent configuration docs][config-agent].

For a detailed list of additional SDK configuration environment variables and system properties,
see the [SDK configuration docs][config-sdk].

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

[config]: https://opentelemetry.io/docs/instrumentation/java/automatic/agent-config/
[config-agent]: https://opentelemetry.io/docs/zero-code/java/agent/configuration/

[config-sdk]: https://opentelemetry.io/docs/languages/java/configuration/

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

Expand Down

0 comments on commit 7c9d164

Please sign in to comment.