Uses of Interface
io.opencensus.common.Scope
Packages that use Scope
Package
Description
Interfaces and implementations that are internal to OpenCensus.
API for associating tags with scoped operations.
API for distributed tracing.
-
Uses of Scope in io.opencensus.contrib.http.servlet
Methods in io.opencensus.contrib.http.servlet that return Scope -
Uses of Scope in io.opencensus.implcore.internal
Classes in io.opencensus.implcore.internal that implement ScopeModifier and TypeClassDescriptionfinal classAScopethat does nothing when it is created or closed.Methods in io.opencensus.implcore.internal that return Scope -
Uses of Scope in io.opencensus.implcore.tags
Methods in io.opencensus.implcore.tags that return Scope -
Uses of Scope in io.opencensus.internal
Classes in io.opencensus.internal that implement ScopeModifier and TypeClassDescriptionfinal classAScopethat does nothing when it is created or closed.Methods in io.opencensus.internal that return Scope -
Uses of Scope in io.opencensus.tags
Methods in io.opencensus.tags that return ScopeModifier and TypeMethodDescriptionabstract ScopeTagContextBuilder.buildScoped()Enters the scope of code where theTagContextcreated from this builder is in the current context and returns an object that represents that scope.abstract ScopeTagger.withTagContext(TagContext tags) Enters the scope of code where the givenTagContextis in the current context (replacing the previousTagContext) and returns an object that represents that scope. -
Uses of Scope in io.opencensus.trace
Methods in io.opencensus.trace that return ScopeModifier and TypeMethodDescriptionfinal ScopeSpanBuilder.startScopedSpan()Starts a new span and sets it as thecurrent span.final ScopeEnters the scope of code where the givenSpanis in the current Context, and returns an object that represents that scope.