You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ configured to send data to
77
77
at `http://localhost:4317`.
78
78
79
79
Configuration parameters are passed as Java system properties (`-D` flags) or
80
-
as environment variables. See [the configuration documentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/agent-config.md)
80
+
as environment variables. See [the configuration documentation][config]
81
81
for the full list of configuration items. For example:
The agent is [highly configurable](docs/agent-config.md)! Many aspects of the agent's behavior can be
91
+
The agent is [highly configurable][config]! Many aspects of the agent's behavior can be
92
92
configured for your needs, such as exporter choice, exporter config (like where
93
93
data is sent), trace context propagation headers, and much more.
94
94
95
-
[Click here to see the detailed list of configuration environment variables and system properties](docs/agent-config.md).
95
+
[Click here to see the detailed list of configuration environment variables and system properties][config].
96
96
97
97
*Note: Config parameter names are very likely to change over time, so please check
98
98
back here when trying out a new version! Please [report any bugs](https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues) or unexpected
@@ -163,4 +163,5 @@ Thanks to all the people who already contributed!
0 commit comments