Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Oct 25, 2023
1 parent 1defa2a commit 98a0a82
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public class ServletAdditionalAttributesExtractor<REQUEST, RESPONSE>
private static final boolean CAPTURE_EXPERIMENTAL_SPAN_ATTRIBUTES =
InstrumentationConfig.get()
.getBoolean("otel.instrumentation.servlet.experimental-span-attributes", false);

private static final AttributeKey<Long> SERVLET_TIMEOUT = longKey("servlet.timeout");

private final ServletAccessor<REQUEST, RESPONSE> accessor;
Expand Down

0 comments on commit 98a0a82

Please sign in to comment.