Class GrpcTracingContext

java.lang.Object
io.helidon.grpc.core.GrpcTracingContext

public final class GrpcTracingContext extends Object
Contextual information related to Tracing.
  • Field Details

    • SPAN_KEY

      public static final io.grpc.Context.Key<Span> SPAN_KEY
      Context key for Span instance.
  • Method Details

    • activeSpan

      public static Optional<Span> activeSpan()
      Get the current active span associated with the context.
      Returns:
      span if one is in current context