Package io.opencensus.implcore.tags
Class TagContextUtils
- java.lang.Object
-
- io.opencensus.implcore.tags.TagContextUtils
-
final class TagContextUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
TagContextUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static void
addTagToBuilder(Tag tag, TagMapBuilderImpl builder)
Add aTag
of any type to a builder.
-
-
-
Method Detail
-
addTagToBuilder
static void addTagToBuilder(Tag tag, TagMapBuilderImpl builder)
Add aTag
of any type to a builder.- Parameters:
tag
- tag containing the key and value to set.builder
- the builder to update.
-
-