Class GrpcApmContext


  • public class GrpcApmContext
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static io.grpc.Context.Key<io.opentracing.Span> ACTIVE_SPAN_KEY  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Optional<io.opentracing.Span> get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ACTIVE_SPAN_KEY

        public static final io.grpc.Context.Key<io.opentracing.Span> ACTIVE_SPAN_KEY
    • Method Detail

      • get

        public static java.util.Optional<io.opentracing.Span> get()