Package io.github.majusko.grpc.apm
Class GrpcApmAutoConfiguration
- java.lang.Object
-
- io.github.majusko.grpc.apm.GrpcApmAutoConfiguration
-
@Configuration @ComponentScan public class GrpcApmAutoConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GrpcApmAutoConfiguration()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ApmClientInterceptorapmClientInterceptor()static io.opentracing.TracerelasticApmTracer()
-
-
-
Method Detail
-
elasticApmTracer
@Bean public static io.opentracing.Tracer elasticApmTracer()
-
apmClientInterceptor
@Bean public static ApmClientInterceptor apmClientInterceptor()
-
-