Skip to content

Commit 48ece45

Browse files
committed
update names and links
1 parent a9d92b1 commit 48ece45

File tree

8 files changed

+39
-24
lines changed

8 files changed

+39
-24
lines changed

docs/instrumentation-list.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4305,10 +4305,10 @@ libraries:
43054305
- name: code.namespace
43064306
type: STRING
43074307
- name: jaxrs-2.0-cxf-3.2
4308-
display_name: JAX-RS 2.x
4308+
display_name: Apache CXF JAX-RS 2.x
43094309
description: |
43104310
This instrumentation enables spans for JAX-RS methods when using Apache CXF, and enriches existing HTTP server spans with route information.
4311-
library_link: https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/package-summary.html
4311+
library_link: https://cxf.apache.org/
43124312
source_path: instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-cxf-3.2
43134313
scope:
43144314
name: io.opentelemetry.jaxrs-2.0-cxf-3.2
@@ -4345,10 +4345,10 @@ libraries:
43454345
- name: jaxrs.canceled
43464346
type: BOOLEAN
43474347
- name: jaxrs-2.0-jersey-2.0
4348-
display_name: JAX-RS 2.x
4348+
display_name: Eclipse Jersey JAX-RS 2.x
43494349
description: |
43504350
This instrumentation enables spans for JAX-RS methods when using Jersey, and enriches existing HTTP server spans with route information.
4351-
library_link: https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/package-summary.html
4351+
library_link: https://eclipse-ee4j.github.io/jersey/
43524352
source_path: instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-jersey-2.0
43534353
scope:
43544354
name: io.opentelemetry.jaxrs-2.0-jersey-2.0
@@ -4385,10 +4385,10 @@ libraries:
43854385
- name: jaxrs.canceled
43864386
type: BOOLEAN
43874387
- name: jaxrs-2.0-resteasy-3.0
4388-
display_name: JAX-RS 2.x
4388+
display_name: JBoss RESTEasy JAX-RS 2.x
43894389
description: |
43904390
This instrumentation enables spans for JAX-RS methods when using RESTEasy, and enriches existing HTTP server spans with route information.
4391-
library_link: https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/package-summary.html
4391+
library_link: https://resteasy.dev/
43924392
source_path: instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-resteasy-3.0
43934393
scope:
43944394
name: io.opentelemetry.jaxrs-2.0-resteasy-3.0
@@ -4425,10 +4425,10 @@ libraries:
44254425
- name: jaxrs.canceled
44264426
type: BOOLEAN
44274427
- name: jaxrs-2.0-resteasy-3.1
4428-
display_name: JAX-RS 2.x
4428+
display_name: JBoss RESTEasy JAX-RS 2.x
44294429
description: |
44304430
This instrumentation enables spans for JAX-RS methods when using RESTEasy, and enriches existing HTTP server spans with route information.
4431-
library_link: https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/package-summary.html
4431+
library_link: https://resteasy.dev/
44324432
source_path: instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-resteasy-3.1
44334433
scope:
44344434
name: io.opentelemetry.jaxrs-2.0-resteasy-3.1
@@ -4494,10 +4494,10 @@ libraries:
44944494
- name: code.namespace
44954495
type: STRING
44964496
- name: jaxrs-3.0-jersey-3.0
4497-
display_name: JAX-RS 3.x
4497+
display_name: Eclipse Jersey JAX-RS 3.x
44984498
description: |
44994499
This instrumentation enables spans for JAX-RS methods when using Jersey, and enriches existing HTTP server spans with route information.
4500-
library_link: https://jakarta.ee/specifications/restful-ws/3.0/
4500+
library_link: https://eclipse-ee4j.github.io/jersey/
45014501
source_path: instrumentation/jaxrs/jaxrs-3.0/jaxrs-3.0-jersey-3.0
45024502
minimum_java_version: 11
45034503
scope:
@@ -4534,10 +4534,10 @@ libraries:
45344534
- name: jaxrs.canceled
45354535
type: BOOLEAN
45364536
- name: jaxrs-3.0-resteasy-6.0
4537-
display_name: JAX-RS 3.x
4537+
display_name: JBoss RESTEasy JAX-RS 3.x
45384538
description: |
45394539
This instrumentation enables spans for JAX-RS methods when using RESTEasy, and enriches existing HTTP server spans with route information.
4540-
library_link: https://jakarta.ee/specifications/restful-ws/3.0/
4540+
library_link: https://resteasy.dev/
45414541
source_path: instrumentation/jaxrs/jaxrs-3.0/jaxrs-3.0-resteasy-6.0
45424542
minimum_java_version: 11
45434543
scope:

instrumentation-docs/instrumentations.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,21 @@ readonly INSTRUMENTATIONS=(
159159
"influxdb-2.4:javaagent:testStableSemconv"
160160
"java-http-server:javaagent:test"
161161
"failsafe-3.0:library:test"
162+
"jaxrs:jaxrs-1.0:javaagent:test"
163+
"jaxrs:jaxrs-2.0:jaxrs-2.0-annotations:javaagent:test"
164+
"jaxrs:jaxrs-2.0:jaxrs-2.0-cxf-3.2:javaagent:test"
165+
"jaxrs:jaxrs-2.0:jaxrs-2.0-cxf-3.2:javaagent:testExperimental"
166+
"jaxrs:jaxrs-2.0:jaxrs-2.0-jersey-2.0:javaagent:test"
167+
"jaxrs:jaxrs-2.0:jaxrs-2.0-jersey-2.0:javaagent:testExperimental"
168+
"jaxrs:jaxrs-2.0:jaxrs-2.0-resteasy-3.0:javaagent:test"
169+
"jaxrs:jaxrs-2.0:jaxrs-2.0-resteasy-3.0:javaagent:testExperimental"
170+
"jaxrs:jaxrs-2.0:jaxrs-2.0-resteasy-3.1:javaagent:test"
171+
"jaxrs:jaxrs-2.0:jaxrs-2.0-resteasy-3.1:javaagent:testExperimental"
172+
"jaxrs:jaxrs-3.0:jaxrs-3.0-annotations:javaagent:test"
173+
"jaxrs:jaxrs-3.0:jaxrs-3.0-jersey-3.0:javaagent:test"
174+
"jaxrs:jaxrs-3.0:jaxrs-3.0-jersey-3.0:javaagent:testExperimental"
175+
"jaxrs:jaxrs-3.0:jaxrs-3.0-resteasy-6.0:javaagent:test"
176+
"jaxrs:jaxrs-3.0:jaxrs-3.0-resteasy-6.0:javaagent:testExperimental"
162177
)
163178

164179
# Some instrumentation test suites don't run ARM, so we use colima to run them in an x86_64

instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-cxf-3.2/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
display_name: JAX-RS 2.x
1+
display_name: Apache CXF JAX-RS 2.x
22
description: >
33
This instrumentation enables spans for JAX-RS methods when using Apache CXF, and enriches
44
existing HTTP server spans with route information.
5-
library_link: https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/package-summary.html
5+
library_link: https://cxf.apache.org/
66
configurations:
77
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
88
description: Enables the creation of experimental controller (INTERNAL) spans.

instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-jersey-2.0/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
display_name: JAX-RS 2.x
1+
display_name: Eclipse Jersey JAX-RS 2.x
22
description: >
33
This instrumentation enables spans for JAX-RS methods when using Jersey, and enriches
44
existing HTTP server spans with route information.
5-
library_link: https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/package-summary.html
5+
library_link: https://eclipse-ee4j.github.io/jersey/
66
configurations:
77
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
88
description: Enables the creation of experimental controller (INTERNAL) spans.

instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-resteasy-3.0/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
display_name: JAX-RS 2.x
1+
display_name: JBoss RESTEasy JAX-RS 2.x
22
description: >
33
This instrumentation enables spans for JAX-RS methods when using RESTEasy, and enriches existing
44
HTTP server spans with route information.
5-
library_link: https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/package-summary.html
5+
library_link: https://resteasy.dev/
66
configurations:
77
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
88
description: Enables the creation of experimental controller (INTERNAL) spans.

instrumentation/jaxrs/jaxrs-2.0/jaxrs-2.0-resteasy-3.1/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
display_name: JAX-RS 2.x
1+
display_name: JBoss RESTEasy JAX-RS 2.x
22
description: >
33
This instrumentation enables spans for JAX-RS methods when using RESTEasy, and enriches existing
44
HTTP server spans with route information.
5-
library_link: https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/package-summary.html
5+
library_link: https://resteasy.dev/
66
configurations:
77
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
88
description: Enables the creation of experimental controller (INTERNAL) spans.

instrumentation/jaxrs/jaxrs-3.0/jaxrs-3.0-jersey-3.0/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
display_name: JAX-RS 3.x
1+
display_name: Eclipse Jersey JAX-RS 3.x
22
description: >
33
This instrumentation enables spans for JAX-RS methods when using Jersey, and enriches existing
44
HTTP server spans with route information.
5-
library_link: https://jakarta.ee/specifications/restful-ws/3.0/
5+
library_link: https://eclipse-ee4j.github.io/jersey/
66
configurations:
77
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
88
description: Enables the creation of experimental controller (INTERNAL) spans.

instrumentation/jaxrs/jaxrs-3.0/jaxrs-3.0-resteasy-6.0/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
display_name: JAX-RS 3.x
1+
display_name: JBoss RESTEasy JAX-RS 3.x
22
description: >
33
This instrumentation enables spans for JAX-RS methods when using RESTEasy, and enriches existing
44
HTTP server spans with route information.
5-
library_link: https://jakarta.ee/specifications/restful-ws/3.0/
5+
library_link: https://resteasy.dev/
66
configurations:
77
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
88
description: Enables the creation of experimental controller (INTERNAL) spans.

0 commit comments

Comments
 (0)