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
+7
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,13 @@ This package includes the instrumentation agent as well as
67
67
instrumentations for all supported libraries and all available data exporters.
68
68
The package provides a completely automatic, out-of-the-box experience.
69
69
70
+
*Note: There are 2.x releases and 1.x releases. The 2.0 release included significant breaking
71
+
changes, the details of which can be found in the [release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.0.0).
72
+
It is recommended to use the latest 2.x release which will have the latest features and improvements.
73
+
1.x will receive security patches for a limited time and will not include other bug fixes and
74
+
enhancements.*
75
+
76
+
70
77
Enable the instrumentation agent using the `-javaagent` flag to the JVM.
0 commit comments