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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,11 @@ having to create a separate distribution or to fork this repository. For example
104
104
custom samplers or span exporters, set new defaults, and embed it all in the agent to obtain a
105
105
single jar file.
106
106
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
+
107
112
## Manually instrumenting
108
113
109
114
For most users, the out-of-the-box instrumentation is completely sufficient and nothing more has to
0 commit comments