Package io.opencensus.implcore.tags
Class TagContextUtils
java.lang.Object
io.opencensus.implcore.tags.TagContextUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
addTagToBuilder
(Tag tag, TagMapBuilderImpl builder) Add aTag
of any type to a builder.
-
Constructor Details
-
TagContextUtils
private TagContextUtils()
-
-
Method Details
-
addTagToBuilder
Add aTag
of any type to a builder.- Parameters:
tag
- tag containing the key and value to set.builder
- the builder to update.
-