Skip to content

JAX-WS WebService and WebServiceProvider instrumentation #2473

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 1 commit into from
Mar 10, 2021

Conversation

mcculls
Copy link
Contributor

@mcculls mcculls commented Mar 8, 2021

Instruments endpoints annotated with @WebService (JAX-WS 1.x) and @WebServiceProvider (JAX-WS 2.x)

This support is turned off by default, but can be enabled with -Ddd.integration.jax-ws.enabled=true or by setting

DD_INTEGRATION_JAX_WS_ENABLED=true

@mcculls mcculls added the inst: others All other instrumentations label Mar 8, 2021
@mcculls mcculls requested a review from a team as a code owner March 8, 2021 22:42
@richardstartin
Copy link
Contributor

Given the complexity of the matching, and SOAP being a relatively rare format these days, I think the quickest path to getting this merged without impacting non-SOAP users would be to disable this by default and have SOAP users opt in.

Copy link
Contributor

@tylerbenson tylerbenson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. You can combine the instrumentation if you want or leave separate. (I'm ok either way.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inst: others All other instrumentations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants