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
- Use when: reviewing public API removals/renames, `@Deprecated` usage, stable-vs-alpha compatibility, or any module rename that touches user-facing config keys or emitted telemetry identity
6
+
- Review focus: deprecate-then-remove timing, delegation direction, required Javadoc/CHANGELOG coverage, v3-preview gating for config keys and scope names
7
+
8
+
## What Counts as "Public API"
9
+
10
+
"API" here means **anything a user's code or configuration depends on by name**, including:
11
+
12
+
- Java symbols in published artifacts (classes, methods, fields in `:library`, `:testing`,
13
+
`instrumentation-api*`).
14
+
- User-facing configuration keys — `otel.instrumentation.<name>.enabled`, any
15
+
`otel.instrumentation.*` property, and the equivalent declarative YAML keys.
16
+
- Outgoing telemetry identity — anything users can match on in their backend, including
Copy file name to clipboardExpand all lines: docs/instrumentation-list.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6801,17 +6801,17 @@ libraries:
6801
6801
spans:
6802
6802
- span_kind: INTERNAL
6803
6803
attributes: []
6804
-
- name: jaxws-cxf-3.0
6804
+
- name: jaxws-2.0-cxf-3.0
6805
6805
display_name: Apache CXF 3.x JAX-WS
6806
6806
description: |
6807
6807
This instrumentation enriches HTTP server spans with route information, and enables controller spans for Apache CXF JAX-WS web services (controller spans are disabled by default).
This instrumentation enriches HTTP server spans with route information, and enables controller spans for Metro JAX-WS web services (controller spans are disabled by default).
Copy file name to clipboardExpand all lines: instrumentation/jaxws/jaxws-2.0-cxf-3.0/javaagent-unit-tests/src/test/java/io/opentelemetry/javaagent/instrumentation/jaxws/v2_0/cxf/v3_0/TracingStartInInterceptorTest.java
Copy file name to clipboardExpand all lines: instrumentation/jaxws/jaxws-2.0-cxf-3.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jaxws/v2_0/cxf/v3_0/CxfHelper.java
Copy file name to clipboardExpand all lines: instrumentation/jaxws/jaxws-2.0-cxf-3.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jaxws/v2_0/cxf/v3_0/CxfInstrumentationModule.java
Copy file name to clipboardExpand all lines: instrumentation/jaxws/jaxws-2.0-cxf-3.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jaxws/v2_0/cxf/v3_0/CxfRequest.java
0 commit comments