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