Skip to content

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

4 participants