Class TagContextUtils

java.lang.Object
io.opencensus.implcore.tags.TagContextUtils

final class TagContextUtils extends Object
  • Constructor Details

    • TagContextUtils

      private TagContextUtils()
  • Method Details

    • addTagToBuilder

      static void addTagToBuilder(Tag tag, TagMapBuilderImpl builder)
      Add a Tag of any type to a builder.
      Parameters:
      tag - tag containing the key and value to set.
      builder - the builder to update.