You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dd-java-agent/agent-bootstrap/src/main/java/datadog/trace/bootstrap/instrumentation/decorator/HttpServerDecorator.java
+25-5Lines changed: 25 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,30 @@ public abstract class HttpServerDecorator<REQUEST, CONNECTION, RESPONSE, REQUEST
81
81
privatefinalbooleantraceClientIpResolverEnabled =
82
82
Config.get().isTraceClientIpResolverEnabled();
83
83
84
+
// Used to cache the primary instrumentation name
85
+
// Deliberately not synchronized or volatile, reading a state null and
0 commit comments