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: 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/CxfSingletons.java
Copy file name to clipboardExpand all lines: instrumentation/jaxws/jaxws-2.0-metro-2.2/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jaxws/v2_0/metro/v2_2/MetroInstrumentationModule.java
Copy file name to clipboardExpand all lines: instrumentation/jaxws/jaxws-2.0-metro-2.2/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jaxws/v2_0/metro/v2_2/MetroSingletons.java
0 commit comments