Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Oct 13, 2023
1 parent 3b2e6a0 commit 4ffd1a8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public void customize(AutoConfigurationCustomizer autoConfiguration) {
sdkTracerProviderBuilder.setSampler(
Sampler.parentBased(
RuleBasedRoutingSampler.builder(SpanKind.SERVER, Sampler.alwaysOn())
// TODO: Update to url.path when semconv 1.22.0 is published and 2.0 version of otel java agent available
// TODO: Update to url.path when semconv 1.22.0 is published and 2.0 version
// of otel java agent available
.drop(SemanticAttributes.HTTP_TARGET, "/actuator.*")
.build())));
}
Expand Down

0 comments on commit 4ffd1a8

Please sign in to comment.