Uses of Interface
io.opencensus.common.Scope
-
Packages that use Scope Package Description io.opencensus.contrib.http.servlet io.opencensus.exporter.trace.util io.opencensus.implcore.internal io.opencensus.implcore.tags io.opencensus.internal Interfaces and implementations that are internal to OpenCensus.io.opencensus.tags API for associating tags with scoped operations.io.opencensus.trace API for distributed tracing. -
-
Uses of Scope in io.opencensus.contrib.http.servlet
Methods in io.opencensus.contrib.http.servlet that return Scope Modifier and Type Method Description static ScopeOcHttpServletUtil. withScope(javax.servlet.ServletRequest request)Enters the scope of code where the givenServletRequestwill be processed and returns an object that represents the scope.(package private) ScopeOcHttpServletListener. withSpan() -
Uses of Scope in io.opencensus.exporter.trace.util
Methods in io.opencensus.exporter.trace.util that return Scope Modifier and Type Method Description private ScopeTimeLimitedHandler. newExportScope() -
Uses of Scope in io.opencensus.implcore.internal
Classes in io.opencensus.implcore.internal that implement Scope Modifier and Type Class Description classNoopScopeAScopethat does nothing when it is created or closed.Fields in io.opencensus.implcore.internal declared as Scope Modifier and Type Field Description private static ScopeNoopScope. INSTANCEMethods in io.opencensus.implcore.internal that return Scope Modifier and Type Method Description static ScopeNoopScope. getInstance()Returns aNoopScope. -
Uses of Scope in io.opencensus.implcore.tags
Classes in io.opencensus.implcore.tags that implement Scope Modifier and Type Class Description private static classCurrentTagMapUtils.WithTagMapMethods in io.opencensus.implcore.tags that return Scope Modifier and Type Method Description ScopeNoopTagMapBuilder. buildScoped()ScopeTagMapBuilderImpl. buildScoped()ScopeTaggerImpl. 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 Scope Modifier and Type Class Description classNoopScopeAScopethat does nothing when it is created or closed.Fields in io.opencensus.internal declared as Scope Modifier and Type Field Description private static ScopeNoopScope. INSTANCEMethods in io.opencensus.internal that return Scope Modifier and Type Method Description static ScopeNoopScope. getInstance()Returns aNoopScope. -
Uses of Scope in io.opencensus.tags
Methods in io.opencensus.tags that return Scope Modifier and Type Method Description ScopeNoopTags.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.ScopeNoopTags.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 Scope Modifier and Type Class Description private static classCurrentSpanUtils.ScopeInSpanMethods in io.opencensus.trace that return Scope Modifier and Type Method Description ScopeSpanBuilder. startScopedSpan()Starts a new span and sets it as thecurrent span.(package private) static ScopeCurrentSpanUtils. withSpan(Span span, boolean endSpan)Enters the scope of code where the givenSpanis in the current context, and returns an object that represents that scope.ScopeTracer. withSpan(Span span)Enters the scope of code where the givenSpanis in the current Context, and returns an object that represents that scope.
-