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
+3-14Lines changed: 3 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -135,15 +135,16 @@ public Context extract(REQUEST_CARRIER carrier) {
135
135
/**
136
136
* Starts a span.
137
137
*
138
-
* @param instrumentationName The instrumentation creating the span.
139
138
* @param carrier The request carrier.
140
139
* @param context The parent context of the span to create.
141
140
* @return A new context bundling the span, child of the given parent context.
142
141
*/
143
142
publicContextstartSpan(
144
-
StringinstrumentationName,
143
+
Stringunused, // TODO Remove
145
144
REQUEST_CARRIERcarrier,
146
145
Contextcontext) { // TODO Rename "context" to "parent"?
0 commit comments