Class StatsTestUtils

java.lang.Object
io.grpc.internal.testing.StatsTestUtils

public class StatsTestUtils extends Object
  • Field Details

    • EXTRA_TAG

      public static final io.opencensus.tags.TagKey EXTRA_TAG
      This tag will be propagated by StatsTestUtils.FakeTagger on the wire.
    • EXTRA_TAG_HEADER_VALUE_PREFIX

      private static final String EXTRA_TAG_HEADER_VALUE_PREFIX
      See Also:
  • Constructor Details

    • StatsTestUtils

      private StatsTestUtils()
  • Method Details

    • getTags

      private static com.google.common.collect.ImmutableMap<io.opencensus.tags.TagKey,io.opencensus.tags.TagValue> getTags(io.opencensus.tags.TagContext tags)