Home
last modified time | relevance | path

Searched refs:AGGREGATION_WITH_BYTES_HISTOGRAM (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc-java/census/src/main/java/io/grpc/census/internal/
DObservabilityCensusConstants.java50 static final Aggregation AGGREGATION_WITH_BYTES_HISTOGRAM = field in ObservabilityCensusConstants
75 AGGREGATION_WITH_BYTES_HISTOGRAM,
83 AGGREGATION_WITH_BYTES_HISTOGRAM,
91 AGGREGATION_WITH_BYTES_HISTOGRAM,
99 AGGREGATION_WITH_BYTES_HISTOGRAM,
/external/opencensus-java/contrib/grpc_metrics/src/main/java/io/opencensus/contrib/grpc/metrics/
DRpcViewConstants.java147 static final Aggregation AGGREGATION_WITH_BYTES_HISTOGRAM = field in RpcViewConstants
240 AGGREGATION_WITH_BYTES_HISTOGRAM,
256 AGGREGATION_WITH_BYTES_HISTOGRAM,
272 AGGREGATION_WITH_BYTES_HISTOGRAM,
288 AGGREGATION_WITH_BYTES_HISTOGRAM,
392 AGGREGATION_WITH_BYTES_HISTOGRAM,
405 AGGREGATION_WITH_BYTES_HISTOGRAM,
643 AGGREGATION_WITH_BYTES_HISTOGRAM,
659 AGGREGATION_WITH_BYTES_HISTOGRAM,
675 AGGREGATION_WITH_BYTES_HISTOGRAM,
[all …]
/external/opencensus-java/contrib/grpc_metrics/src/test/java/io/opencensus/contrib/grpc/metrics/
DRpcViewConstantsTest.java76 assertThat(RpcViewConstants.AGGREGATION_WITH_BYTES_HISTOGRAM) in testConstants()