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
# conditional blocks not indented because of the heredoc
114
116
if [[ $VERSION == *.0 ]]; then
115
117
cat > /tmp/release-notes.txt << EOF
116
-
This release targets the OpenTelemetry SDK $VERSION.
118
+
This release targets the OpenTelemetry SDK $sdk_version.
117
119
118
120
Note that many artifacts have the \`-alpha\` suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the [VERSIONING.md](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/VERSIONING.md#opentelemetry-java-instrumentation-versioning) for more details.
|[Ktor](https://github.com/ktorio/ktor)| 1.0+ |[opentelemetry-ktor-1.0](../instrumentation/ktor/ktor-1.0/library),<br>[opentelemetry-ktor-2.0](../instrumentation/ktor/ktor-2.0/library)|[HTTP Server Spans], [HTTP Server Metrics]|
@@ -101,7 +102,7 @@ These are the supported libraries and frameworks:
|[Restlet](https://restlet.github.io/)| 1.0+ |[opentelemetry-restlet-1.1](../instrumentation/restlet/restlet-1.1/library),<br>[opentelemetry-restlet-2.0](../instrumentation/restlet/restlet-2.0/library)|[HTTP Server Spans], [HTTP Server Metrics]|
105
+
|[Restlet](https://restlet.github.io/)| 1.0+ |[opentelemetry-restlet-1.1](../instrumentation/restlet/restlet-1.1/library),<br>[opentelemetry-restlet-2.0](../instrumentation/restlet/restlet-2.0/library)|[HTTP Server Spans], [HTTP Server Metrics]|
105
106
|[RMI](https://docs.oracle.com/en/java/javase/11/docs/api/java.rmi/java/rmi/package-summary.html)| Java 8+ ||[RPC Client Spans], [RPC Server Spans]|
Copy file name to clipboardExpand all lines: instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-annotations/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jaxrs/v2_0/JaxrsAnnotationsInstrumentation.java
Copy file name to clipboardExpand all lines: instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-annotations/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jaxrs/v2_0/JaxrsAnnotationsInstrumentationModule.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ public JaxrsAnnotationsInstrumentationModule() {
Copy file name to clipboardExpand all lines: instrumentation/jaxrs/jaxrs-3.0/jaxrs-3.0-annotations/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jaxrs/v3_0/JaxrsAnnotationsInstrumentation.java
Copy file name to clipboardExpand all lines: instrumentation/jaxrs/jaxrs-3.0/jaxrs-3.0-annotations/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jaxrs/v3_0/JaxrsAnnotationsInstrumentationModule.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ public JaxrsAnnotationsInstrumentationModule() {
0 commit comments