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.exporter.trace.util
Methods in io.opencensus.exporter.trace.util 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.Fields in io.opencensus.implcore.internal declared as ScopeMethods in io.opencensus.implcore.internal that return Scope -
Uses of Scope in io.opencensus.implcore.tags
Classes in io.opencensus.implcore.tags that implement ScopeMethods in io.opencensus.implcore.tags that return ScopeModifier and TypeMethodDescriptionNoopTagMapBuilder.buildScoped()TagMapBuilderImpl.buildScoped()TaggerImpl.withTagContext(TagContext tags) (package private) static ScopeCurrentTagMapUtils.withTagMap(TagContext tags) Enters the scope of code where the givenTagContextis in the current context and returns an object that represents that 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.Fields in io.opencensus.internal declared as ScopeMethods in io.opencensus.internal that return Scope -
Uses of Scope in io.opencensus.tags
Methods in io.opencensus.tags that return ScopeModifier and TypeMethodDescriptionNoopTags.NoopTagContextBuilder.buildScoped()abstract 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.NoopTags.NoopTagger.withTagContext(TagContext tags) 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
Classes in io.opencensus.trace that implement ScopeMethods in io.opencensus.trace that return ScopeModifier and TypeMethodDescriptionfinal ScopeSpanBuilder.startScopedSpan()Starts a new span and sets it as thecurrent span.(package private) static ScopeEnters the scope of code where the givenSpanis in the current context, and returns an object that represents that scope.final ScopeEnters the scope of code where the givenSpanis in the current Context, and returns an object that represents that scope.