Skip to content

Commit e6f9c35

Browse files
committed
use hasAttributesSatisfying
1 parent 9d9ecdb commit e6f9c35

File tree

1 file changed

+2
-0
lines changed
  • instrumentation/spring/spring-webflux/spring-webflux-5.3/library/src/main/java/io/opentelemetry/instrumentation/spring/webflux/v5_3/internal

1 file changed

+2
-0
lines changed

instrumentation/spring/spring-webflux/spring-webflux-5.3/library/src/main/java/io/opentelemetry/instrumentation/spring/webflux/v5_3/internal/SpringWebfluxBuilderUtil.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@
2020
public final class SpringWebfluxBuilderUtil {
2121
private SpringWebfluxBuilderUtil() {}
2222

23+
// allows access to the private field for the spring starter
2324
private static Function<
2425
SpringWebfluxTelemetryBuilder,
2526
DefaultHttpClientInstrumenterBuilder<ClientRequest, ClientResponse>>
2627
clientBuilderExtractor;
2728

29+
// allows access to the private field for the spring starter
2830
private static Function<
2931
SpringWebfluxTelemetryBuilder,
3032
DefaultHttpServerInstrumenterBuilder<ServerWebExchange, ServerWebExchange>>

0 commit comments

Comments
 (0)