MCPcopy Create free account
hub / github.com/grpc/grpc-java / GrpcCensus

Method GrpcCensus

census/src/main/java/io/grpc/census/GrpcCensus.java:40–43  ·  view source on GitHub ↗
(Builder builder)

Source from the content-addressed store, hash-verified

38 private final boolean tracingEnabled;
39
40 private GrpcCensus(Builder builder) {
41 this.statsEnabled = builder.statsEnabled;
42 this.tracingEnabled = builder.tracingEnabled;
43 }
44
45 /**
46 * Creates a new builder for {@link GrpcCensus}.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected