@Configuration @Requires(classes={io.opentracing.Tracer.class,io.opentracing.contrib.grpc.ClientTracingInterceptor.class,io.opentracing.contrib.grpc.ServerTracingInterceptor.class}) @Requires(beans=io.opentracing.Tracer.class)
See: Description
| Class | Description |
|---|---|
| GrpcClientTracingInterceptorConfiguration |
Adds a
ClientTracingInterceptor when OpenTracing for GRPC is on the classpath
and allows integration with Zipkin and Jaeger. |
| GrpcServerTracingInterceptorConfiguration |
Adds a
ServerTracingInterceptor when OpenTracing for GRPC is on the classpath
and allows integration with Zipkin and Jaeger. |
| GrpcTracingInterceptorFactory |
Factory that builds the Tracing interceptors
|