dd-trace-java
dd-trace-java copied to clipboard
Fix mixing log/span decoration probes
What Does This Do
On same location, if we have different probes like log or span decoration probe with different characteristics (capture, snapshot, evaluateAt,...), instrumentation needs the correct definition to apply the shared CapturedContextInstrumentor. We are creating a synthetic definition for applying instrumentation and merging all characteristics required for instrumentation.
Motivation
Additional Notes
Jira ticket: DEBUG-2498