-
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
Merged
Merged
JAXWS metadata #14864
Changes from 6 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
3612abb
start jaxws
jaydeluca 55e583f
merge main
jaydeluca ac3efff
more jaxws
jaydeluca 99748d9
more
jaydeluca de335c1
specify context propagation and other definitions, update jaxws, remo…
jaydeluca 8b319af
Merge branch 'main' into jaxws-metadata
jaydeluca efe7dd5
remove INTERNAL
jaydeluca 6fe280f
Merge branch 'main' into jaxws-metadata
jaydeluca e1f95a2
Merge branch 'main' into jaxws-metadata
laurit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 0 additions & 45 deletions
45
instrumentation/jaxws/jaxws-2.0-axis2-1.6-testing/build.gradle.kts
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
display_name: Apache Axis2 1.6 JAX-WS 2.x | ||
description: > | ||
This instrumentation enriches HTTP server spans with route information, and enables controller | ||
spans for Apache Axis2 JAX-WS web services (controller spans are disabled by default). | ||
library_link: https://axis.apache.org/axis2/java/core/ | ||
features: | ||
- HTTP_ROUTE | ||
- CONTROLLER_SPANS | ||
configurations: | ||
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled | ||
description: Enables the creation of experimental controller (INTERNAL) spans. | ||
type: boolean | ||
default: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 (controller | ||
spans are disabled by default). | ||
library_link: https://github.com/jakartaee/jax-ws-api | ||
features: | ||
- CONTROLLER_SPANS | ||
configurations: | ||
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled | ||
description: Enables the creation of experimental controller (INTERNAL) spans. | ||
type: boolean | ||
default: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
display_name: Apache CXF 3.x JAX-WS | ||
description: > | ||
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). | ||
library_link: https://cxf.apache.org/ | ||
features: | ||
- HTTP_ROUTE | ||
- CONTROLLER_SPANS | ||
configurations: | ||
- name: otel.instrumentation.common.experimental.controller-telemetry.enabled | ||
description: Enables the creation of experimental controller (INTERNAL) spans. | ||
type: boolean | ||
default: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
display_name: JWS API | ||
description: > | ||
This instrumentation enables controller spans for methods annotated with the @WebService | ||
annotation from the JWS API (controller spans are disabled by default). | ||
library_link: https://github.com/jakartaee/jws-api | ||
features: | ||
- CONTROLLER_SPANS | ||
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I'm not sure about the
(INTERNAL)
. Should we expect our users to understand the different span kinds, or care about them? When we useserver span
then it sort of makes sense even if you don't know that we have spans of different kinds.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.
removing it works for me