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 class
AScope
that 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 Scope
CurrentTagMapUtils.withTagMap
(TagContext tags) Enters the scope of code where the givenTagContext
is 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 class
AScope
that 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 Scope
TagContextBuilder.buildScoped()
Enters the scope of code where theTagContext
created from this builder is in the current context and returns an object that represents that scope.NoopTags.NoopTagger.withTagContext
(TagContext tags) abstract Scope
Tagger.withTagContext
(TagContext tags) Enters the scope of code where the givenTagContext
is 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 Scope
SpanBuilder.startScopedSpan()
Starts a new span and sets it as thecurrent span
.(package private) static Scope
Enters the scope of code where the givenSpan
is in the current context, and returns an object that represents that scope.final Scope
Enters the scope of code where the givenSpan
is in the current Context, and returns an object that represents that scope.