Uses of Class
io.opencensus.trace.propagation.TextFormat
Packages that use TextFormat
Package
Description
-
Uses of TextFormat in io.opencensus.contrib.http
Constructors in io.opencensus.contrib.http with parameters of type TextFormatModifierConstructorDescriptionHttpClientHandler(Tracer tracer, HttpExtractor<Q, P> extractor, TextFormat textFormat, TextFormat.Setter<C> setter) Creates aHttpClientHandlerwith given parameters.HttpServerHandler(Tracer tracer, HttpExtractor<Q, P> extractor, TextFormat textFormat, TextFormat.Getter<C> getter, Boolean publicEndpoint) Creates aHttpServerHandlerwith 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<io.opencensus.contrib.http.jaxrs.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
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 newOcJettyHttpClientwith support for HTTPS, extractor and propagator. -
Uses of TextFormat in io.opencensus.contrib.http.util
Methods in io.opencensus.contrib.http.util that return TextFormatModifier and TypeMethodDescriptionstatic TextFormatHttpPropagationUtil.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 TypeClassDescriptionclassImplementation of the TraceContext propagation protocol.Methods in io.opencensus.implcore.trace.propagation that return TextFormatModifier and TypeMethodDescriptionPropagationComponentImpl.getB3Format()PropagationComponentImpl.getTraceContextFormat() -
Uses of TextFormat in io.opencensus.trace.propagation
Methods in io.opencensus.trace.propagation that return TextFormatModifier and TypeMethodDescriptionabstract TextFormatPropagationComponent.getB3Format()Returns the B3TextFormatwith the provided implementations.abstract TextFormatPropagationComponent.getTraceContextFormat()Returns the TraceContextTextFormatwith the provided implementations.