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: spring-grpc-docs/src/main/antora/modules/ROOT/pages/client.adoc
+4
Original file line number
Diff line number
Diff line change
@@ -131,3 +131,7 @@ However, by setting the `mergeWithGlobalInterceptors` parameter on the channel f
131
131
You can use this option if you want to add a per-client interceptor between global interceptors.
132
132
133
133
IMPORTANT: The per-channel interceptors you pass in must either be bean instances marked with `@Order` or regular objects that implement the `Ordered` interface to be properly merged/ordered with the global interceptors.
134
+
135
+
== Observability
136
+
137
+
Spring gRPC provides an autoconfigured interceptor that can be used to provide observability to your gRPC clients.
Copy file name to clipboardExpand all lines: spring-grpc-spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
+6-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,12 @@
22
22
"type": "java.lang.Boolean",
23
23
"description": "Whether to enable Observations on the server.",
Copy file name to clipboardExpand all lines: spring-grpc-spring-boot-autoconfigure/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
0 commit comments