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
+22-9
Original file line number
Diff line number
Diff line change
@@ -59,17 +59,20 @@ if you are looking for documentation on using those.
59
59
60
60
## Getting Started
61
61
62
-
Download the [latest version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent.jar).
62
+
Download
63
+
the [latest version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent.jar).
63
64
64
65
This package includes the instrumentation agent as well as
65
66
instrumentations for all supported libraries and all available data exporters.
66
67
The package provides a completely automatic, out-of-the-box experience.
67
68
68
69
Enable the instrumentation agent using the `-javaagent` flag to the JVM.
@@ -95,25 +99,32 @@ data is sent), trace context propagation headers, and much more.
95
99
[Click here to see the detailed list of configuration environment variables and system properties][config].
96
100
97
101
*Note: Config parameter names are very likely to change over time, so please check
98
-
back here when trying out a new version! Please [report any bugs](https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues) or unexpected
99
-
behavior you find.*
102
+
back here when trying out a new version!
103
+
Please [report any bugs](https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues)
104
+
or unexpected behavior you find.*
100
105
101
106
## Supported libraries, frameworks, and application servers
102
107
103
-
We support an impressively huge number of [libraries and frameworks](docs/supported-libraries.md#libraries--frameworks) and
104
-
a majority of the most popular [application servers](docs/supported-libraries.md#application-servers)...right out of the box!
108
+
We support an impressively huge number
109
+
of [libraries and frameworks](docs/supported-libraries.md#libraries--frameworks) and
110
+
a majority of the most
111
+
popular [application servers](docs/supported-libraries.md#application-servers)...right out of the
112
+
box!
105
113
[Click here to see the full list](docs/supported-libraries.md) and to learn more about
and how to [suppress unwanted instrumentation][suppress].
108
116
109
117
## Creating agent extensions
110
118
111
-
[Extensions](examples/extension/README.md) add new features and capabilities to the agent without having to create a separate distribution or to fork this repository. For example, you can create custom samplers or span exporters, set new defaults, and embed it all in the agent to obtain a single jar file.
119
+
[Extensions](examples/extension/README.md) add new features and capabilities to the agent without
120
+
having to create a separate distribution or to fork this repository. For example, you can create
121
+
custom samplers or span exporters, set new defaults, and embed it all in the agent to obtain a
122
+
single jar file.
112
123
113
124
## Manually instrumenting
114
125
115
126
For most users, the out-of-the-box instrumentation is completely sufficient and nothing more has to
116
-
be done. Sometimes, however, users wish to add attributes to the otherwise automatic spans,
127
+
be done. Sometimes, however, users wish to add attributes to the otherwise automatic spans,
117
128
or they might want to manually create spans for their own custom code.
118
129
119
130
For detailed instructions, see [Manual instrumentation][manual].
@@ -139,7 +150,6 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
-[Trask Stalnaker](https://github.com/trask), Microsoft
157
167
158
-
Learn more about roles in the [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md).
168
+
Learn more about roles in
169
+
the [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md).
159
170
160
171
Thanks to all the people who already contributed!
161
172
@@ -164,5 +175,7 @@ Thanks to all the people who already contributed!
0 commit comments