Skip to content

Commit efe7dd5

Browse files
committed
remove INTERNAL
1 parent 8b319af commit efe7dd5

File tree

6 files changed

+38
-9
lines changed

6 files changed

+38
-9
lines changed

docs/instrumentation-list.yaml

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4699,9 +4699,18 @@ libraries:
46994699
- javax.xml.ws:jaxws-api:[2.0,]
47004700
configurations:
47014701
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
4702-
description: Enables the creation of experimental controller (INTERNAL) spans.
4702+
description: Enables the creation of experimental controller spans.
47034703
type: boolean
47044704
default: false
4705+
telemetry:
4706+
- when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true
4707+
spans:
4708+
- span_kind: INTERNAL
4709+
attributes:
4710+
- name: code.function
4711+
type: STRING
4712+
- name: code.namespace
4713+
type: STRING
47054714
- name: jaxws-2.0-axis2-1.6
47064715
display_name: Apache Axis2 1.6 JAX-WS 2.x
47074716
description: |
@@ -4718,9 +4727,14 @@ libraries:
47184727
- org.apache.axis2:axis2-jaxws:[1.6.0,)
47194728
configurations:
47204729
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
4721-
description: Enables the creation of experimental controller (INTERNAL) spans.
4730+
description: Enables the creation of experimental controller spans.
47224731
type: boolean
47234732
default: false
4733+
telemetry:
4734+
- when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true
4735+
spans:
4736+
- span_kind: INTERNAL
4737+
attributes: []
47244738
- name: jaxws-cxf-3.0
47254739
display_name: Apache CXF 3.x JAX-WS
47264740
description: |
@@ -4737,9 +4751,14 @@ libraries:
47374751
- org.apache.cxf:cxf-rt-frontend-jaxws:[3.0.0,)
47384752
configurations:
47394753
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
4740-
description: Enables the creation of experimental controller (INTERNAL) spans.
4754+
description: Enables the creation of experimental controller spans.
47414755
type: boolean
47424756
default: false
4757+
telemetry:
4758+
- when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true
4759+
spans:
4760+
- span_kind: INTERNAL
4761+
attributes: []
47434762
- name: jaxws-jws-api-1.1
47444763
display_name: JWS API
47454764
description: |
@@ -4756,9 +4775,18 @@ libraries:
47564775
- javax.jws:javax.jws-api:[1.1,]
47574776
configurations:
47584777
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
4759-
description: Enables the creation of experimental controller (INTERNAL) spans.
4778+
description: Enables the creation of experimental controller spans.
47604779
type: boolean
47614780
default: false
4781+
telemetry:
4782+
- when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true
4783+
spans:
4784+
- span_kind: INTERNAL
4785+
attributes:
4786+
- name: code.function
4787+
type: STRING
4788+
- name: code.namespace
4789+
type: STRING
47624790
- name: jaxws-metro-2.2
47634791
source_path: instrumentation/jaxws/jaxws-metro-2.2
47644792
scope:

instrumentation/apache-httpasyncclient-4.1/metadata.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ library_link: https://hc.apache.org/index.html
44
semantic_conventions:
55
- HTTP_CLIENT_SPANS
66
- HTTP_CLIENT_METRICS
7+

instrumentation/jaxws/jaxws-2.0-axis2-1.6/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ features:
88
- CONTROLLER_SPANS
99
configurations:
1010
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
11-
description: Enables the creation of experimental controller (INTERNAL) spans.
11+
description: Enables the creation of experimental controller spans.
1212
type: boolean
1313
default: false

instrumentation/jaxws/jaxws-2.0/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ features:
77
- CONTROLLER_SPANS
88
configurations:
99
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
10-
description: Enables the creation of experimental controller (INTERNAL) spans.
10+
description: Enables the creation of experimental controller spans.
1111
type: boolean
1212
default: false

instrumentation/jaxws/jaxws-cxf-3.0/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ features:
88
- CONTROLLER_SPANS
99
configurations:
1010
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
11-
description: Enables the creation of experimental controller (INTERNAL) spans.
11+
description: Enables the creation of experimental controller spans.
1212
type: boolean
1313
default: false
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
display_name: JWS API
2+
disabled_by_default: true
23
description: >
34
This instrumentation enables controller spans for methods annotated with the @WebService
45
annotation from the JWS API (controller spans are disabled by default).
@@ -7,7 +8,6 @@ features:
78
- CONTROLLER_SPANS
89
configurations:
910
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled
10-
description: Enables the creation of experimental controller (INTERNAL) spans.
11+
description: Enables the creation of experimental controller spans.
1112
type: boolean
1213
default: false
13-
disabled_by_default: true

0 commit comments

Comments
 (0)