Skip to content

Commit

Permalink
thou shall lint!
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Aug 26, 2024
1 parent 3488bd3 commit e7a8cb0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@

public class StackTraceSpanProcessor extends AbstractSimpleChainingSpanProcessor {

private static final String CONFIG_MIN_DURATION = "otel.java.experimental.span-stacktrace.min.duration";
private static final String CONFIG_MIN_DURATION =
"otel.java.experimental.span-stacktrace.min.duration";
private static final Duration CONFIG_MIN_DURATION_DEFAULT = Duration.ofMillis(5);

// inlined incubating attribute to prevent direct dependency on incubating semconv
Expand Down

0 comments on commit e7a8cb0

Please sign in to comment.