Package org.glassfish.jersey.opentracing
Class OpenTracingClientResponseFilter
java.lang.Object
org.glassfish.jersey.opentracing.OpenTracingClientResponseFilter
- All Implemented Interfaces:
ClientResponseFilter
Retrieves stored span from the
ClientRequestContext
and adds response details to the tracing info.- Since:
- 2.26
- Author:
- Adam Lindenthal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
filter
(ClientRequestContext requestContext, ClientResponseContext responseContext)
-
Constructor Details
-
OpenTracingClientResponseFilter
public OpenTracingClientResponseFilter()
-
-
Method Details
-
filter
public void filter(ClientRequestContext requestContext, ClientResponseContext responseContext) throws IOException - Specified by:
filter
in interfaceClientResponseFilter
- Throws:
IOException
-