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: .github/scripts/update-version.sh
+2
Original file line number
Diff line number
Diff line change
@@ -21,3 +21,5 @@ sed -Ei "s/(opentelemetryJavaagentAlpha *: )\"[^\"]*\"/\1\"$alpha_version\"/" ex
21
21
22
22
sed -Ei "s/(io.opentelemetry.instrumentation.muzzle-generation\" version )\"[^\"]*\"/\1\"$alpha_version\"/" examples/extension/build.gradle
23
23
sed -Ei "s/(io.opentelemetry.instrumentation.muzzle-check\" version )\"[^\"]*\"/\1\"$alpha_version\"/" examples/extension/build.gradle
24
+
25
+
sed -Ei "1 s/(Comparing source compatibility of [a-z-]+)-[0-9]+\.[0-9]+\.[0-9]+(-SNAPSHOT)?.jar/\1-$version.jar/" docs/apidiffs/current_vs_latest/*.txt
<img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/open-telemetry/opentelemetry-java-instrumentation?include_prereleases&style=for-the-badge">
18
+
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/open-telemetry/opentelemetry-java-instrumentation?style=for-the-badge">
@@ -67,6 +66,13 @@ This package includes the instrumentation agent as well as
67
66
instrumentations for all supported libraries and all available data exporters.
68
67
The package provides a completely automatic, out-of-the-box experience.
69
68
69
+
*Note: There are 2.x releases and 1.x releases. The 2.0 release included significant breaking
70
+
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).
71
+
It is recommended to use the latest 2.x release which will have the latest features and improvements.
72
+
1.x will receive security patches for a limited time and will not include other bug fixes and
73
+
enhancements.*
74
+
75
+
70
76
Enable the instrumentation agent using the `-javaagent` flag to the JVM.
71
77
72
78
```
@@ -154,7 +160,6 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.8.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.7.0.jar
1
+
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.9.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.8.0.jar
Copy file name to clipboardexpand all lines: instrumentation/akka/akka-http-10.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/akkahttp/server/AkkaHttpServerInstrumentationModule.java
Copy file name to clipboardexpand all lines: instrumentation/akka/akka-http-10.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/akkahttp/server/route/AkkaHttpServerRouteInstrumentationModule.java
Copy file name to clipboardexpand all lines: instrumentation/clickhouse-client-0.5/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/clickhouse/ClickHouseClientInstrumentation.java
Copy file name to clipboardexpand all lines: instrumentation/jmx-metrics/javaagent/src/main/java/io/opentelemetry/instrumentation/javaagent/jmx/JmxMetricInsightInstaller.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public void afterAgent(AutoConfiguredOpenTelemetrySdk autoConfiguredSdk) {
Copy file name to clipboardexpand all lines: instrumentation/jmx-metrics/javaagent/src/test/java/io/opentelemetry/instrumentation/javaagent/jmx/JmxMetricInsightInstallerTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ class JmxMetricInsightInstallerTest {
0 commit comments