Uses of Class
io.opencensus.trace.propagation.TextFormat.Setter
Packages that use TextFormat.Setter
Package
Description
-
Uses of TextFormat.Setter in io.opencensus.contrib.http
Fields in io.opencensus.contrib.http declared as TextFormat.SetterConstructors in io.opencensus.contrib.http with parameters of type TextFormat.SetterModifierConstructorDescriptionHttpClientHandler(Tracer tracer, HttpExtractor<Q, P> extractor, TextFormat textFormat, TextFormat.Setter<C> setter) Creates aHttpClientHandlerwith given parameters. -
Uses of TextFormat.Setter in io.opencensus.contrib.http.jaxrs
Fields in io.opencensus.contrib.http.jaxrs declared as TextFormat.SetterModifier and TypeFieldDescriptionprivate static final TextFormat.Setter<javax.ws.rs.client.ClientRequestContext> JaxrsClientFilter.SETTER -
Uses of TextFormat.Setter in io.opencensus.contrib.http.jetty.client
Fields in io.opencensus.contrib.http.jetty.client declared as TextFormat.SetterModifier and TypeFieldDescriptionprivate static final TextFormat.Setter<org.eclipse.jetty.client.api.Request> OcJettyHttpClient.setter -
Uses of TextFormat.Setter in io.opencensus.contrib.http.util
Methods in io.opencensus.contrib.http.util with parameters of type TextFormat.SetterModifier and TypeMethodDescription<C> voidCloudTraceFormat.inject(SpanContext spanContext, C carrier, TextFormat.Setter<C> setter) -
Uses of TextFormat.Setter in io.opencensus.implcore.trace.propagation
Methods in io.opencensus.implcore.trace.propagation with parameters of type TextFormat.SetterModifier and TypeMethodDescription<C> voidB3Format.inject(SpanContext spanContext, C carrier, TextFormat.Setter<C> setter) <C> voidTraceContextFormat.inject(SpanContext spanContext, C carrier, TextFormat.Setter<C> setter) -
Uses of TextFormat.Setter in io.opencensus.trace.propagation
Methods in io.opencensus.trace.propagation with parameters of type TextFormat.SetterModifier and TypeMethodDescriptionabstract <C> voidTextFormat.inject(SpanContext spanContext, C carrier, TextFormat.Setter<C> setter) Injects the span context downstream.<C> voidTextFormat.NoopTextFormat.inject(SpanContext spanContext, C carrier, TextFormat.Setter<C> setter)