java.lang.Object
io.helidon.grpc.core.GrpcTracingContext
Contextual information related to Tracing.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the current active span associated with the context.
-
Field Details
-
SPAN_KEY
Context key for Span instance.
-
-
Method Details
-
activeSpan
Get the current active span associated with the context.- Returns:
- span if one is in current context
-