dd-trace-java icon indicating copy to clipboard operation
dd-trace-java copied to clipboard

Fix mixing log/span decoration probes

Open jpbempel opened this issue 8 months ago • 1 comments

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

jpbempel avatar Jun 26 '24 17:06 jpbempel