Skip to content

Commit

Permalink
Update instrumentation/netty/netty-4-common/javaagent/src/main/java/i…
Browse files Browse the repository at this point in the history
…o/opentelemetry/javaagent/instrumentation/netty/common/server/NettyServerInstrumenterFactory.java

Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>
  • Loading branch information
2 people authored and Mateusz Rzeszutek committed Oct 13, 2021
1 parent 7f978a9 commit 53a1f8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public final class NettyServerInstrumenterFactory {
public static Instrumenter<HttpRequestAndChannel, HttpResponse> create(
String instrumentationName) {

NettyHttpServerAttributesExtractor httpAttributesExtractor =
final NettyHttpServerAttributesExtractor httpAttributesExtractor =
new NettyHttpServerAttributesExtractor();

return Instrumenter.<HttpRequestAndChannel, HttpResponse>newBuilder(
Expand Down

0 comments on commit 53a1f8a

Please sign in to comment.