Skip to content

Commit c284f6c

Browse files
steveraojaydelucatrask
authored
Add distro's introduction to README.md (#13470)
Co-authored-by: Jay DeLuca <[email protected]> Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 4254751 commit c284f6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ having to create a separate distribution or to fork this repository. For example
104104
custom samplers or span exporters, set new defaults, and embed it all in the agent to obtain a
105105
single jar file.
106106

107+
## Creating an agent distribution
108+
109+
[Distribution](examples/distro/README.md) provides guidance on creating a separate distribution, serving as a collection of examples for extending the functionality of the OpenTelemetry Java instrumentation agent. It also demonstrates how to repackage the agent while incorporating custom features.
110+
[Agent extensions](#creating-agent-extensions) are recommended instead for most users as they are simpler and do not require rebuilding with each OpenTelemetry Java agent release.
111+
107112
## Manually instrumenting
108113

109114
For most users, the out-of-the-box instrumentation is completely sufficient and nothing more has to

0 commit comments

Comments
 (0)