Uses of Class
com.google.adk.telemetry.Tracing.TracerProvider
Packages that use Tracing.TracerProvider
-
Uses of Tracing.TracerProvider in com.google.adk.telemetry
Methods in com.google.adk.telemetry that return Tracing.TracerProviderModifier and TypeMethodDescriptionConfigures the span created by this transformer.Tracing.TracerProvider.setParent(io.opentelemetry.context.Context parentContext) Sets an explicit parent context for the span created by this transformer.static <T> Tracing.TracerProvider<T> Returns a transformer that traces the execution of an RxJava stream.static <T> Tracing.TracerProvider<T> Returns a transformer that traces the execution of an RxJava stream with an explicit parent context.static <T> Tracing.TracerProvider<T> Tracing.traceAgent(String spanName, String agentName, String agentDescription, InvocationContext invocationContext) Returns a transformer that traces an agent invocation.