Skip to content

Commit 405f9b2

Browse files
committed
javadoc
1 parent cdf22f9 commit 405f9b2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/http/HttpClientPeerServiceAttributesExtractor.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ public final class HttpClientPeerServiceAttributesExtractor<REQUEST, RESPONSE>
4747
/**
4848
* Returns a new {@link HttpClientPeerServiceAttributesExtractor} that will use the passed {@code
4949
* attributesGetter} to extract server address and port (with fallback to the HTTP Host header).
50-
*
51-
* @param attributesGetter the HTTP attributes getter
52-
* @param peerServiceResolver the peer service resolver
5350
*/
5451
public static <REQUEST, RESPONSE>
5552
HttpClientPeerServiceAttributesExtractor<REQUEST, RESPONSE> create(

0 commit comments

Comments
 (0)