Package io.opencensus.tags
Class InternalUtils
- java.lang.Object
-
- io.opencensus.tags.InternalUtils
-
@Internal public final class InternalUtils extends java.lang.Object
Internal tagging utilities.- Since:
- 0.8
-
-
Constructor Summary
Constructors Modifier Constructor Description private
InternalUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Iterator<Tag>
getTags(TagContext tags)
Internal tag accessor.
-
-
-
Method Detail
-
getTags
public static java.util.Iterator<Tag> getTags(TagContext tags)
Internal tag accessor.- Since:
- 0.8
-
-