Skip to content

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecile Terpin committed Dec 5, 2024
1 parent a287c8d commit d63fbf5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ public final class TracerConfig {

public static final String SPLIT_BY_TAGS = "trace.split-by-tags";
// trace latency interceptor value should be in ms
public static final String TRACE_KEEP_LATENCY_THRESHOLD_MS = "trace.experimental.keep.latency.threshold.ms";
public static final String TRACE_KEEP_LATENCY_THRESHOLD_MS =
"trace.experimental.keep.latency.threshold.ms";
public static final String SCOPE_DEPTH_LIMIT = "trace.scope.depth.limit";
public static final String SCOPE_STRICT_MODE = "trace.scope.strict.mode";
public static final String SCOPE_ITERATION_KEEP_ALIVE = "trace.scope.iteration.keep.alive";
Expand Down

0 comments on commit d63fbf5

Please sign in to comment.