Uses of Class
io.opencensus.trace.propagation.TextFormat
Packages that use TextFormat
Package
Description
-
Uses of TextFormat in io.opencensus.contrib.http
Fields in io.opencensus.contrib.http declared as TextFormatModifier and TypeFieldDescriptionprivate final TextFormat
HttpClientHandler.textFormat
private final TextFormat
HttpServerHandler.textFormat
Constructors in io.opencensus.contrib.http with parameters of type TextFormatModifierConstructorDescriptionHttpClientHandler
(Tracer tracer, HttpExtractor<Q, P> extractor, TextFormat textFormat, TextFormat.Setter<C> setter) Creates aHttpClientHandler
with given parameters.HttpServerHandler
(Tracer tracer, HttpExtractor<Q, P> extractor, TextFormat textFormat, TextFormat.Getter<C> getter, Boolean publicEndpoint) Creates aHttpServerHandler
with given parameters. -
Uses of TextFormat in io.opencensus.contrib.http.jaxrs
Constructors in io.opencensus.contrib.http.jaxrs with parameters of type TextFormatModifierConstructorDescriptionJaxrsClientFilter
(HttpExtractor<javax.ws.rs.client.ClientRequestContext, javax.ws.rs.client.ClientResponseContext> extractor, TextFormat propagationFormat) Construct new client filter with custom configuration.JaxrsContainerFilter
(HttpExtractor<ExtendedContainerRequest, javax.ws.rs.container.ContainerResponseContext> extractor, TextFormat propagationFormat, Boolean publicEndpoint) Construct instance with custom configuration. -
Uses of TextFormat in io.opencensus.contrib.http.jetty.client
Methods in io.opencensus.contrib.http.jetty.client with parameters of type TextFormatModifier and TypeMethodDescriptionprivate static HttpClientHandler
<org.eclipse.jetty.client.api.Request, org.eclipse.jetty.client.api.Response, org.eclipse.jetty.client.api.Request> OcJettyHttpClient.buildHandler
(HttpExtractor<org.eclipse.jetty.client.api.Request, org.eclipse.jetty.client.api.Response> extractor, TextFormat propagator) Constructors in io.opencensus.contrib.http.jetty.client with parameters of type TextFormatModifierConstructorDescriptionOcJettyHttpClient
(org.eclipse.jetty.client.HttpClientTransport transport, org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, HttpExtractor<org.eclipse.jetty.client.api.Request, org.eclipse.jetty.client.api.Response> extractor, TextFormat propagator) Create a newOcJettyHttpClient
with support for HTTPS, extractor and propagator. -
Uses of TextFormat in io.opencensus.contrib.http.servlet
Methods in io.opencensus.contrib.http.servlet with parameters of type TextFormatModifier and TypeMethodDescription(package private) static HttpServerHandler
<javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, javax.servlet.http.HttpServletRequest> OcHttpServletFilter.buildHttpServerHandlerWithOptions
(HttpExtractor<javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse> extractor, TextFormat propagator, Boolean publicEndpoint) -
Uses of TextFormat in io.opencensus.contrib.http.util
Subclasses of TextFormat in io.opencensus.contrib.http.utilModifier and TypeClassDescription(package private) final class
Implementation of the "X-Cloud-Trace-Context" format, defined by the Google Cloud Trace.Methods in io.opencensus.contrib.http.util that return TextFormatModifier and TypeMethodDescriptionstatic TextFormat
HttpPropagationUtil.getCloudTraceFormat()
Returns the Stack Driver format implementation. -
Uses of TextFormat in io.opencensus.implcore.trace.propagation
Subclasses of TextFormat in io.opencensus.implcore.trace.propagationModifier and TypeClassDescription(package private) final class
Implementation of the B3 propagation protocol.class
Implementation of the TraceContext propagation protocol.Fields in io.opencensus.implcore.trace.propagation declared as TextFormatModifier and TypeFieldDescriptionprivate final TextFormat
PropagationComponentImpl.b3Format
private final TextFormat
PropagationComponentImpl.traceContextFormat
Methods in io.opencensus.implcore.trace.propagation that return TextFormatModifier and TypeMethodDescriptionPropagationComponentImpl.getB3Format()
PropagationComponentImpl.getTraceContextFormat()
-
Uses of TextFormat in io.opencensus.trace.propagation
Subclasses of TextFormat in io.opencensus.trace.propagationMethods in io.opencensus.trace.propagation that return TextFormatModifier and TypeMethodDescriptionabstract TextFormat
PropagationComponent.getB3Format()
Returns the B3TextFormat
with the provided implementations.PropagationComponent.NoopPropagationComponent.getB3Format()
(package private) static TextFormat
TextFormat.getNoopTextFormat()
Returns the no-op implementation of theTextFormat
.abstract TextFormat
PropagationComponent.getTraceContextFormat()
Returns the TraceContextTextFormat
with the provided implementations.PropagationComponent.NoopPropagationComponent.getTraceContextFormat()