Searched refs:RPC_CLIENT_RESPONSE_COUNT (Results 1 – 7 of 7) sorted by relevance
41 import static io.opencensus.contrib.grpc.metrics.RpcMeasureConstants.RPC_CLIENT_RESPONSE_COUNT;298 RPC_CLIENT_RESPONSE_COUNT,869 RPC_CLIENT_RESPONSE_COUNT,1023 RPC_CLIENT_RESPONSE_COUNT,
231 public static final MeasureLong RPC_CLIENT_RESPONSE_COUNT = field in RpcMeasureConstants
46 assertThat(RpcMeasureConstants.RPC_CLIENT_RESPONSE_COUNT).isNotNull(); in testConstants()
65 .put(RpcMeasureConstants.RPC_CLIENT_RESPONSE_COUNT, 1) in recordExampleData()
414 assertEquals(2, record.getMetricAsLongOrFail(RpcMeasureConstants.RPC_CLIENT_RESPONSE_COUNT)); in subtestClientBasicStatsDefaultContext()514 assertEquals(0, record.getMetricAsLongOrFail(RpcMeasureConstants.RPC_CLIENT_RESPONSE_COUNT)); in clientStreamNeverCreatedStillRecordStats()1012 assertNull(record.getMetric(RpcMeasureConstants.RPC_CLIENT_RESPONSE_COUNT)); in assertNoClientContent()
394 .put(RpcMeasureConstants.RPC_CLIENT_RESPONSE_COUNT, tracer.inboundMessageCount) in callEnded()
2043 record.getMetricAsLongOrFail(RpcMeasureConstants.RPC_CLIENT_RESPONSE_COUNT)); in checkCensus()