-
Notifications
You must be signed in to change notification settings - Fork 1k
JAXWS metadata #14864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JAXWS metadata #14864
Changes from 4 commits
3612abb
55e583f
ac3efff
99748d9
de335c1
8b319af
efe7dd5
6fe280f
e1f95a2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4608,34 +4608,115 @@ libraries: | |
type: BOOLEAN | ||
jaxws: | ||
- name: jaxws-2.0 | ||
display_name: JAX-WS | ||
description: This instrumentation enables controller spans for JAX-WS Provider | ||
implementations. | ||
library_link: https://github.com/jakartaee/jax-ws-api | ||
features: | ||
- CONTROLLER_SPANS | ||
- CONTEXT_PROPAGATION | ||
- EXPERIMENTAL_ONLY | ||
source_path: instrumentation/jaxws/jaxws-2.0 | ||
scope: | ||
name: io.opentelemetry.jaxws-2.0 | ||
target_versions: | ||
javaagent: | ||
- javax.xml.ws:jaxws-api:[2.0,] | ||
configurations: | ||
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled | ||
description: Enables the creation of experimental controller (INTERNAL) spans. | ||
|
||
type: boolean | ||
default: false | ||
telemetry: | ||
- when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true | ||
spans: | ||
- span_kind: INTERNAL | ||
attributes: | ||
- name: code.function | ||
type: STRING | ||
- name: code.namespace | ||
type: STRING | ||
- name: jaxws-2.0-axis2-1.6 | ||
display_name: Apache Axis2 1.6 JAX-WS 2.x | ||
description: | | ||
This instrumentation enables controller spans for Apache Axis2 JAX-WS web services, and enriches HTTP server spans with route information. | ||
jaydeluca marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
library_link: https://axis.apache.org/axis2/java/core/ | ||
features: | ||
- CONTROLLER_SPANS | ||
- CONTEXT_PROPAGATION | ||
jaydeluca marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
- HTTP_ROUTE | ||
- EXPERIMENTAL_ONLY | ||
jaydeluca marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
source_path: instrumentation/jaxws/jaxws-2.0-axis2-1.6 | ||
scope: | ||
name: io.opentelemetry.jaxws-2.0-axis2-1.6 | ||
target_versions: | ||
javaagent: | ||
- org.apache.axis2:axis2-jaxws:[1.6.0,) | ||
configurations: | ||
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled | ||
description: Enables the creation of experimental controller (INTERNAL) spans. | ||
type: boolean | ||
default: false | ||
telemetry: | ||
- when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true | ||
spans: | ||
- span_kind: INTERNAL | ||
attributes: [] | ||
- name: jaxws-cxf-3.0 | ||
display_name: Apache CXF 3.x JAX-WS | ||
description: | | ||
This instrumentation enables controller spans for Apache CXF JAX-WS web services, and enriches HTTP server spans with route information. | ||
library_link: https://cxf.apache.org/ | ||
features: | ||
- CONTROLLER_SPANS | ||
- CONTEXT_PROPAGATION | ||
- HTTP_ROUTE | ||
- EXPERIMENTAL_ONLY | ||
source_path: instrumentation/jaxws/jaxws-cxf-3.0 | ||
scope: | ||
name: io.opentelemetry.jaxws-cxf-3.0 | ||
target_versions: | ||
javaagent: | ||
- org.apache.cxf:cxf-rt-frontend-jaxws:[3.0.0,) | ||
configurations: | ||
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled | ||
description: Enables the creation of experimental controller (INTERNAL) spans. | ||
type: boolean | ||
default: false | ||
telemetry: | ||
- when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true | ||
spans: | ||
- span_kind: INTERNAL | ||
attributes: [] | ||
- name: jaxws-jws-api-1.1 | ||
display_name: JWS API | ||
description: | | ||
This instrumentation enables controller spans for methods annotated with the @WebService annotation from the JWS API. | ||
library_link: https://github.com/jakartaee/jws-api | ||
disabled_by_default: true | ||
features: | ||
- CONTROLLER_SPANS | ||
- CONTEXT_PROPAGATION | ||
source_path: instrumentation/jaxws/jaxws-jws-api-1.1 | ||
scope: | ||
name: io.opentelemetry.jaxws-jws-api-1.1 | ||
target_versions: | ||
javaagent: | ||
- javax.jws:javax.jws-api:[1.1,] | ||
configurations: | ||
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled | ||
description: Enables the creation of experimental controller (INTERNAL) spans. | ||
type: boolean | ||
default: false | ||
telemetry: | ||
- when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true | ||
spans: | ||
- span_kind: INTERNAL | ||
attributes: | ||
- name: code.function | ||
type: STRING | ||
- name: code.namespace | ||
type: STRING | ||
- name: jaxws-metro-2.2 | ||
source_path: instrumentation/jaxws/jaxws-metro-2.2 | ||
scope: | ||
|
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
display_name: Apache Axis2 1.6 JAX-WS 2.x | ||
description: > | ||
This instrumentation enables controller spans for Apache Axis2 JAX-WS web services, and enriches | ||
HTTP server spans with route information. | ||
library_link: https://axis.apache.org/axis2/java/core/ | ||
features: | ||
- CONTROLLER_SPANS | ||
- CONTEXT_PROPAGATION | ||
- HTTP_ROUTE | ||
- EXPERIMENTAL_ONLY | ||
configurations: | ||
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled | ||
description: Enables the creation of experimental controller (INTERNAL) spans. | ||
type: boolean | ||
default: false |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
display_name: JAX-WS | ||
description: This instrumentation enables controller spans for JAX-WS Provider implementations. | ||
library_link: https://github.com/jakartaee/jax-ws-api | ||
features: | ||
- CONTROLLER_SPANS | ||
- CONTEXT_PROPAGATION | ||
- EXPERIMENTAL_ONLY | ||
configurations: | ||
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled | ||
description: Enables the creation of experimental controller (INTERNAL) spans. | ||
type: boolean | ||
default: false |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
display_name: Apache CXF 3.x JAX-WS | ||
description: > | ||
This instrumentation enables controller spans for Apache CXF JAX-WS web services, and enriches | ||
HTTP server spans with route information. | ||
library_link: https://cxf.apache.org/ | ||
features: | ||
- CONTROLLER_SPANS | ||
- CONTEXT_PROPAGATION | ||
- HTTP_ROUTE | ||
- EXPERIMENTAL_ONLY | ||
configurations: | ||
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled | ||
description: Enables the creation of experimental controller (INTERNAL) spans. | ||
type: boolean | ||
default: false |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
display_name: JWS API | ||
description: > | ||
This instrumentation enables controller spans for methods annotated with the @WebService | ||
annotation from the JWS API. | ||
library_link: https://github.com/jakartaee/jws-api | ||
features: | ||
- CONTROLLER_SPANS | ||
- CONTEXT_PROPAGATION | ||
configurations: | ||
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled | ||
description: Enables the creation of experimental controller (INTERNAL) spans. | ||
type: boolean | ||
default: false | ||
disabled_by_default: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does it really do context propagation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
am i misinterpreting this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Context propagation usually means passing the context through header between applications or inter thread context propagation where context is somehow passed from one thread to another. Perhaps storing the context and passing it to a callback could also be considered context propagation. The linked code just creates a span and activates the context that contains that span. I don't think that qualifies as context propagation. I think we need to clarify what
CONTEXT_PROPAGATION
means.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, this was a misunderstanding on my part. I've updated the documentation to better match the more narrow definition and removed that label from these instrumentations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thinking more about this, i wonder if the more useful bit would be further distinguishing this in the sense of context propagation injectors (clients, producers) or extractors (servers, consumers) ?