Skip to content

Commit ff71f59

Browse files
committed
remove unused method
1 parent ab9b52b commit ff71f59

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/builder/internal/DefaultHttpClientInstrumenterBuilder.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ public DefaultHttpClientInstrumenterBuilder<REQUEST, RESPONSE> setBuilderCustomi
193193
}
194194

195195
public Instrumenter<REQUEST, RESPONSE> build() {
196-
197196
SpanNameExtractor<? super REQUEST> spanNameExtractor =
198197
spanNameExtractorTransformer.apply(httpSpanNameExtractorBuilder.build());
199198

@@ -224,10 +223,6 @@ InstrumenterBuilder<BUILDERREQUEST, BUILDERRESPONSE> instrumenterBuilder(
224223
return Instrumenter.builder(openTelemetry, instrumentationName, spanNameExtractor);
225224
}
226225

227-
public String getInstrumentationName() {
228-
return instrumentationName;
229-
}
230-
231226
@CanIgnoreReturnValue
232227
public DefaultHttpClientInstrumenterBuilder<REQUEST, RESPONSE> configure(CommonConfig config) {
233228
set(config::getKnownHttpRequestMethods, this::setKnownMethods);

0 commit comments

Comments
 (0)