Uses of Class
io.opencensus.tags.Tagger
-
Packages that use Tagger Package Description io.opencensus.contrib.http io.opencensus.implcore.tags io.opencensus.tags API for associating tags with scoped operations. -
-
Uses of Tagger in io.opencensus.contrib.http
Fields in io.opencensus.contrib.http declared as Tagger Modifier and Type Field Description private Tagger
HttpClientHandler. tagger
private Tagger
HttpServerHandler. tagger
-
Uses of Tagger in io.opencensus.implcore.tags
Subclasses of Tagger in io.opencensus.implcore.tags Modifier and Type Class Description class
TaggerImpl
Implementation ofTagger
.Fields in io.opencensus.implcore.tags declared as Tagger Modifier and Type Field Description private Tagger
TagsComponentImplBase. tagger
Methods in io.opencensus.implcore.tags that return Tagger Modifier and Type Method Description Tagger
TagsComponentImplBase. getTagger()
-
Uses of Tagger in io.opencensus.tags
Subclasses of Tagger in io.opencensus.tags Modifier and Type Class Description private static class
NoopTags.NoopTagger
Fields in io.opencensus.tags declared as Tagger Modifier and Type Field Description (package private) static Tagger
NoopTags.NoopTagger. INSTANCE
Methods in io.opencensus.tags that return Tagger Modifier and Type Method Description (package private) static Tagger
NoopTags. getNoopTagger()
Returns aTagger
that only producesTagContext
s with no tags.Tagger
NoopTags.NoopTagsComponent. getTagger()
static Tagger
Tags. getTagger()
Returns the defaultTagger
.abstract Tagger
TagsComponent. getTagger()
Returns theTagger
for this implementation.
-