Skip to content

Commit ae4245c

Browse files
committed
update verbiage
1 parent c1cc1a4 commit ae4245c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/instrumentation-list.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5300,7 +5300,7 @@ libraries:
53005300
- name: jaxrs-1.0
53015301
display_name: JAX-RS 1.x
53025302
description: |
5303-
This instrumentation enriches HTTP server spans with route information and enables controller spans for JAX-RS annotated methods (this instrumentation is disabled by default).
5303+
This instrumentation enriches HTTP server spans with route information and enables controller spans for JAX-RS annotated methods (controller spans are disabled by default).
53045304
library_link: https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/package-summary.html
53055305
disabled_by_default: true
53065306
features:

instrumentation/jaxrs/jaxrs-1.0/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
display_name: JAX-RS 1.x
22
description: >
33
This instrumentation enriches HTTP server spans with route information and enables controller
4-
spans for JAX-RS annotated methods (this instrumentation is disabled by default).
4+
spans for JAX-RS annotated methods (controller spans are disabled by default).
55
features:
66
- HTTP_ROUTE
77
- CONTROLLER_SPANS

0 commit comments

Comments
 (0)