Package io.grpc.services
Class InternalCallMetricRecorder
java.lang.Object
io.grpc.services.InternalCallMetricRecorder
Internal
CallMetricRecorder
accessor. This is intended for usage internal to the gRPC
team. If you *really* think you need to use this, contact the gRPC team first.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MetricReport
createMetricReport
(double cpuUtilization, double applicationUtilization, double memoryUtilization, double qps, double eps, Map<String, Double> requestCostMetrics, Map<String, Double> utilizationMetrics, Map<String, Double> namedMetrics) finalizeAndDump
(CallMetricRecorder recorder) static MetricReport
finalizeAndDump2
(CallMetricRecorder recorder) static CallMetricRecorder
-
Field Details
-
CONTEXT_KEY
-
-
Constructor Details
-
InternalCallMetricRecorder
private InternalCallMetricRecorder()
-
-
Method Details
-
newCallMetricRecorder
-
finalizeAndDump
-
finalizeAndDump2
-
createMetricReport
-