You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: grpc-common-spring-boot/src/main/java/net/devh/boot/grpc/common/autoconfigure/GrpcCommonTraceAutoConfiguration.java
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,20 @@
28
28
importbrave.Tracing;
29
29
importbrave.grpc.GrpcTracing;
30
30
31
+
/**
32
+
* The configuration containing the common grpc tracing setup.
33
+
*
34
+
* <p>
35
+
* Can be disabled using {@code spring.sleuth.grpc.enabled=false}.
36
+
* </p>
37
+
*
38
+
* <p>
39
+
* Should run after {@link BraveAutoConfiguration} if present to ensure the required beans exist.
0 commit comments