Uses of Class
org.mockserver.telemetry.W3CTraceContext
Packages that use W3CTraceContext
-
Uses of W3CTraceContext in org.mockserver.netty.unification
Fields in org.mockserver.netty.unification with type parameters of type W3CTraceContextModifier and TypeFieldDescriptionstatic final io.netty.util.AttributeKey<W3CTraceContext>TraceContextHandler.TRACE_CONTEXTDelegates to the shared constant inmockserver-coreso both the Netty handler and the core action handler use the same attribute key. -
Uses of W3CTraceContext in org.mockserver.telemetry
Fields in org.mockserver.telemetry with type parameters of type W3CTraceContextModifier and TypeFieldDescriptionstatic final io.netty.util.AttributeKey<W3CTraceContext>TraceContextAttributes.TRACE_CONTEXTChannel attribute holding the parsedW3CTraceContextfor the current inbound request.Methods in org.mockserver.telemetry that return W3CTraceContextModifier and TypeMethodDescriptionstatic W3CTraceContextParse a W3C traceparent header value and optional tracestate header value into aW3CTraceContext.Methods in org.mockserver.telemetry with parameters of type W3CTraceContextModifier and TypeMethodDescriptionstatic voidRequestSpans.recordRequest(String method, String path, Integer statusCode, String expectationId, long responseTimeMs, W3CTraceContext parentContext) Emit one SERVER span for a served HTTP request.