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 MetricReportcreateMetricReport(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 MetricReportfinalizeAndDump2(CallMetricRecorder recorder) static CallMetricRecorder
-
Field Details
-
CONTEXT_KEY
-
-
Constructor Details
-
InternalCallMetricRecorder
private InternalCallMetricRecorder()
-
-
Method Details
-
newCallMetricRecorder
-
finalizeAndDump
-
finalizeAndDump2
-
createMetricReport
-